Packages |
org.brownell.xml |
This package contains XML utilities, including four SAX2 parsers. |
org.brownell.xml.aelfred2 |
This package contains Ælfred2, an enhanced SAX2-compatible
version of the Ælfred
non-validating XML parser, and a validating SAX2 parser using that as its
core. |
org.brownell.xml.pipeline |
This package exposes a kind of XML processing pipeline, based on sending
SAX events, which can be used as components of application architectures. |
org.xml.sax |
This package provides the core SAX1 and SAX2 APIs. |
org.xml.sax.ext |
This package contains interfaces to optional SAX2 handlers,
providing parts of SAX2 which (like the standard feature
flags and unlike namespaces) can't be layered over SAX1. |
org.xml.sax.helpers |
This package contains "helper" classes that are used to bootstrap
SAX-based applications. |