Uses of Interface
org.apache.xerces.xni.grammars.XMLDTDDescription

Packages that use XMLDTDDescription
org.apache.xerces.impl   
org.apache.xerces.impl.dtd   
org.apache.xerces.util   
 

Uses of XMLDTDDescription in org.apache.xerces.impl
 

Methods in org.apache.xerces.impl with parameters of type XMLDTDDescription
 XMLInputSource ExternalSubsetResolver.getExternalSubset(XMLDTDDescription grammarDescription)
          Locates an external subset for documents which do not explicitly provide one.
 

Uses of XMLDTDDescription in org.apache.xerces.impl.dtd
 

Classes in org.apache.xerces.impl.dtd that implement XMLDTDDescription
 class XMLDTDDescription
          All information specific to DTD grammars.
 

Uses of XMLDTDDescription in org.apache.xerces.util
 

Methods in org.apache.xerces.util with parameters of type XMLDTDDescription
 XMLInputSource EntityResolver2Wrapper.getExternalSubset(XMLDTDDescription grammarDescription)
          Locates an external subset for documents which do not explicitly provide one.