|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
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; |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |