BEA Systems, Inc.

WebLogic Server 6.1 API Reference

Uses of Class
weblogic.apache.xpath.DOMHelper

Packages that use DOMHelper
weblogic.apache.xalan.stree   
weblogic.apache.xalan.xpath.xml   
weblogic.apache.xml.utils   
weblogic.apache.xpath   
weblogic.apache.xpath.axes   
 

Uses of DOMHelper in weblogic.apache.xalan.stree
 

Subclasses of DOMHelper in weblogic.apache.xalan.stree
 class StreeDOMHelper
           Provides XSLTProcessor an interface to the Xerces XML parser.
 

Uses of DOMHelper in weblogic.apache.xalan.xpath.xml
 

Subclasses of DOMHelper in weblogic.apache.xalan.xpath.xml
 class XMLParserLiaison
           This is the interface that the XSL processor calls when it has a problem of some kind, either an error or a warning.
 class XMLParserLiaisonDefault
          A class that handles interfacing IBM's XML4J2 to the Lotus XSL Processor.
 

Uses of DOMHelper in weblogic.apache.xml.utils
 

Fields in weblogic.apache.xml.utils declared as DOMHelper
protected  DOMHelper TreeWalker.m_dh
          DomHelper for this TreeWalker
 

Constructors in weblogic.apache.xml.utils with parameters of type DOMHelper
TreeWalker.TreeWalker(org.xml.sax.ContentHandler contentHandler, DOMHelper dh)
          Constructor.
AttList.AttList(org.w3c.dom.NamedNodeMap attrs, DOMHelper dh)
          Constructor AttList
 

Uses of DOMHelper in weblogic.apache.xpath
 

Subclasses of DOMHelper in weblogic.apache.xpath
 class DOM2Helper
           This class provides a DOM level 2 "helper", which provides services currently not provided be the DOM standard.
 

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

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

Uses of DOMHelper in weblogic.apache.xpath.axes
 

Fields in weblogic.apache.xpath.axes declared as DOMHelper
protected  DOMHelper LocPathIterator.m_dhelper
          Quicker access to the DOM helper than going through the XPathContext object.
 

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


Documentation is available at
http://e-docs.bea.com/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.