Uses of Class
org.apache.xpath.DOMHelper

Packages that use DOMHelper
org.apache.xalan.stree Implementation of the Xalan Source Tree, which is a DOM implementation that is optimized for XSLT processing and the needs of Xalan. 
org.apache.xml.utils Implementation of Xalan utility classes. 
org.apache.xpath Implementation of XPath; for the most part, only classes meant for public use are found at this root level of the XPath packages. 
org.apache.xpath.axes Implementation of XPath LocationPath support -- primary classes are LocPathIterator and UnionPathIterator. 
 

Uses of DOMHelper in org.apache.xalan.stree
 

Subclasses of DOMHelper in org.apache.xalan.stree
 class StreeDOMHelper
          **For internal use only** Provides XSLTProcessor an interface to the Xerces XML parser.
 

Uses of DOMHelper in org.apache.xml.utils
 

Constructors in org.apache.xml.utils with parameters of type DOMHelper
TreeWalker.TreeWalker(ContentHandler contentHandler, DOMHelper dh, java.lang.String systemId)
          Constructor.
TreeWalker.TreeWalker(ContentHandler contentHandler, DOMHelper dh)
          Constructor.
AttList.AttList(NamedNodeMap attrs, DOMHelper dh)
          Constructor AttList
 

Uses of DOMHelper in org.apache.xpath
 

Subclasses of DOMHelper in org.apache.xpath
 class DOM2Helper
          **For advanced use only** This class provides a DOM level 2 "helper", which provides services currently not provided be the DOM standard.
 

Methods in org.apache.xpath that return DOMHelper
 DOMHelper XPathContext.getDOMHelper()
          Get the DOMHelper associated with this execution context.
 

Methods in org.apache.xpath with parameters of type DOMHelper
 void XPathContext.setDOMHelper(DOMHelper helper)
          Set the DOMHelper associated with this execution context.
 

Uses of DOMHelper in org.apache.xpath.axes
 

Methods in org.apache.xpath.axes that return DOMHelper
 DOMHelper LocPathIterator.getDOMHelper()
          The DOM helper for the given context;
 



Copyright © 2000 Apache XML Project. All Rights Reserved.