org.media.datastore.sepengine.util
Class DTDRegister

java.lang.Object
  |
  +--org.media.datastore.sepengine.util.DTDRegister

public class DTDRegister
extends Object

Version:
$Revision: 1.3 $ $Date: 2001/09/20 15:00:00
Author:
Szabo Csaba
See Also:
String, Vector, Hashtable

Field Summary
protected static DTDRegister dtdRegister
           
 
Method Summary
 Vector getDTDElements(String name)
           
static DTDRegister getReference()
           
 boolean inDTD(String name, String ename)
           
 void loadDTD(String name, String dtdName)
           
 void saveDTD(String name, String filename)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dtdRegister

protected static DTDRegister dtdRegister
Method Detail

getReference

public static DTDRegister getReference()

loadDTD

public void loadDTD(String name,
                    String dtdName)
             throws Exception
Exception

saveDTD

public void saveDTD(String name,
                    String filename)
             throws Exception
Exception

getDTDElements

public Vector getDTDElements(String name)

inDTD

public boolean inDTD(String name,
                     String ename)


"Copyright © 2001 Internet Multicasting Services & media.org. All Rights Reserved."