Package textbender.g.xml.dom

DOM related code

See:
          Description

Class Summary
DOM Grab-bag of utilities for DOM.
DOMErrorHandlerPW A DOM error handler that outputs messages to a print writer.
DOMErrorWrapper DOM error wrapper that passes calls to an underlying error instance.
DOMLocator0 Null implementation of a DOM locator.
DOMPointer A pointer into a node.
ElementListNL A list of elements backed by a NodeList.
ElementX Element utilities.
NodeListNL A list of nodes backed by a NodeList.
NodeX Node utilities.
 

Package textbender.g.xml.dom Description

DOM related code.

See Also:
org.w3c.dom