Uses of Class
org.apache.xerces.xinclude.XIncludeHandler

Packages that use XIncludeHandler
org.apache.xerces.parsers   
org.apache.xerces.xinclude   
org.apache.xerces.xpointer   
 

Uses of XIncludeHandler in org.apache.xerces.parsers
 

Fields in org.apache.xerces.parsers declared as XIncludeHandler
protected  XIncludeHandler XIncludeAwareParserConfiguration.fXIncludeHandler
          XInclude handler.
 

Uses of XIncludeHandler in org.apache.xerces.xinclude
 

Fields in org.apache.xerces.xinclude declared as XIncludeHandler
protected  XIncludeHandler XIncludeHandler.fParentXIncludeHandler
           
 

Methods in org.apache.xerces.xinclude with parameters of type XIncludeHandler
protected  void XIncludeHandler.setParent(XIncludeHandler parent)
          Set the parent of this XIncludeHandler in the tree
 

Constructors in org.apache.xerces.xinclude with parameters of type XIncludeHandler
XInclude11TextReader(XMLInputSource source, XIncludeHandler handler, int bufferSize)
          Construct the XIncludeReader using the XMLInputSource and XIncludeHandler.
XIncludeTextReader(XMLInputSource source, XIncludeHandler handler, int bufferSize)
          Construct the XIncludeReader using the XMLInputSource and XIncludeHandler.
 

Uses of XIncludeHandler in org.apache.xerces.xpointer
 

Subclasses of XIncludeHandler in org.apache.xerces.xpointer
 class XPointerHandler
           This is a pipeline component which extends the XIncludeHandler to perform XPointer specific processing specified in the W3C XPointerFramework and element() Scheme Recommendations.
 



Copyright © 2011. All Rights Reserved.