Uses of Class
org.apache.xerces.impl.dtd.XMLDTDProcessor

Packages that use XMLDTDProcessor
org.apache.xerces.impl.dtd   
org.apache.xerces.parsers   
 

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

Subclasses of XMLDTDProcessor in org.apache.xerces.impl.dtd
 class XML11DTDProcessor
          This class extends XMLDTDProcessor by giving it the ability to parse XML 1.1 documents correctly.
 class XMLDTDLoader
          The DTD loader.
 

Uses of XMLDTDProcessor in org.apache.xerces.parsers
 

Fields in org.apache.xerces.parsers declared as XMLDTDProcessor
protected  XMLDTDProcessor XML11DTDConfiguration.fDTDProcessor
          The XML 1.0 DTD Processor .
protected  XMLDTDProcessor XML11Configuration.fDTDProcessor
          The XML 1.0 DTD Processor .
protected  XMLDTDProcessor DTDConfiguration.fDTDProcessor
          DTD Processor .
 

Methods in org.apache.xerces.parsers that return XMLDTDProcessor
protected  XMLDTDProcessor DTDConfiguration.createDTDProcessor()
          Create a DTD loader .
 



Copyright © 2011. All Rights Reserved.