wt.ixb.impl.dtd
Class DtdManager
java.lang.Object
wt.ixb.impl.dtd.DtdManager
- public class DtdManager
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dtds
private static Hashtable dtds
DtdManager
public DtdManager()
getDtd
public static InputStream getDtd(String publicId,
String systemId)
- Deprecated.
- Parameters:
publicId
- systemId
-
- Returns:
- DTD
getDtd
public static InputStream getDtd(String publicId,
String systemId,
boolean validate)
throws IOException
- Throws:
IOException
writeTheWholeDtdIntoTestDir
private static void writeTheWholeDtdIntoTestDir(String dirName,
String dtd)
throws WTException
- Throws:
WTException
PP
private static void PP(String s)