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

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

Uses of XIncludeHandler in org.apache.xerces.xinclude
 

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.