Package gnu.xml

Utilities for working with XML.

Class Summary

NamedChildrenFilterA FilterConsumer that only passes through matching children.
NamespaceBindingA "namespace node" as a link in a linked list.
NodeTreeUse to represent a Document or Document Fragment, in the XML DOM sense.
ParsedXMLHandlerHandle the output from XMLParser, or other char-array-oriented XML source.
ParsedXMLHandlerByteHandle the output from XMLParser, or other byte-array-oriented XML source.
ParsedXMLToConsumer
SName Represents an "expanded QName" - a (namepaceURI, localPart)-pair.
XMLParserByteReads XML from a byte array.
XMLParserCharReads XML from a char array.
XMLPrinterPrint an event stream in XML format on a PrintWriter.
XNameA QName with namespace nodes [and future optional type annotation].
Utilities for working with XML. Depends on the gnu.lists package.