Utilities for working with XML.
See: Description
| Class Summary | |
|---|---|
| NamedChildrenFilter | A FilterConsumer that only passes through matching children. |
| NamespaceBinding | A "namespace node" as a link in a linked list. |
| NodeTree | Use to represent a Document or Document Fragment, in the XML DOM sense. |
| TextUtils | |
| XMLFilter | Fixup XML input events. |
| XMLParser | Reads XML from a char array. |
| XMLPrinter | Print an event stream in XML format on a PrintWriter. |
| XName | A QName with namespace nodes [and future optional type annotation]. |
Utilities for working with XML. Depends on the gnu.lists package.