Uses of Class
org.apache.xpath.DOMHelper

Packages that use DOMHelper
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. 
 

Uses of DOMHelper in org.apache.xml.utils
 

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

Uses of DOMHelper in org.apache.xpath
 

Subclasses of DOMHelper in org.apache.xpath
 class DOM2Helper
          Deprecated. Since the introduction of the DTM, this class will be removed. This class provides a DOM level 2 "helper", which provides services currently not provided be the DOM standard.
 



Copyright © 2002 Apache XML Project. All Rights Reserved.