Uses of Class
com.ctc.wstx.dtd.DTDSubsetImpl
-
Packages that use DTDSubsetImpl Package Description com.ctc.wstx.dtd Package that contains Woodstox classes that implement DTD handling. -
-
Uses of DTDSubsetImpl in com.ctc.wstx.dtd
Methods in com.ctc.wstx.dtd that return DTDSubsetImpl Modifier and Type Method Description static DTDSubsetImpl
DTDSubsetImpl. constructInstance(boolean cachable, HashMap<String,EntityDecl> genEnt, Set<String> refdGEs, HashMap<String,EntityDecl> paramEnt, Set<String> refdPEs, HashMap<String,NotationDeclaration> notations, HashMap<PrefixedName,DTDElement> elements, boolean fullyValidating)
-