|
||||||||||
| 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 -- derived nodes can index the children, and, combined with specialized node iterators (and tree walkers) can provide optimal child retrieval. |
| org.apache.xalan.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
|
| Uses of DOMHelper in org.apache.xalan.utils |
| Constructors in org.apache.xalan.utils with parameters of type DOMHelper | |
AttList.AttList(NamedNodeMap attrs,
DOMHelper dh)
**For internal use only** |
|
| Uses of DOMHelper in org.apache.xpath |
| Subclasses of DOMHelper in org.apache.xpath | |
class |
DOM2Helper
Provides XSLTProcessor an interface to the Xerces XML parser. |
| Methods in org.apache.xpath that return DOMHelper | |
DOMHelper |
XPathContext.getDOMHelper()
**For advanced use only** Get the DOMHelper associated with this execution context. |
| Methods in org.apache.xpath with parameters of type DOMHelper | |
void |
XPathContext.setDOMHelper(DOMHelper helper)
**For advanced use only** 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()
**For advanced use only** |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||