Uses of Package
org.xml.sax.ext

Packages that use org.xml.sax.ext
gnu.xml.aelfred2 This package contains Ælfred2, which includes an enhanced SAX2-compatible version of the Ælfred non-validating XML parser, a modular (and hence optional) DTD validating parser, and modular (and hence optional) JAXP glue to those. 
gnu.xml.dom This is a Free Software DOM Level 2 implementation, supporting these features: "XML", "Events", "MutationEvents", "HTMLEvents" (won't generate them though), "UIEvents" (also won't generate them), "USER-Events" (a conformant extension), and "Traversal" (optional; no TreeWalker yet). 
gnu.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. 
gnu.xml.util This package contains XML utilities, including SAX2 XML writers and a parser of DOM trees, plus a command line driver. 
org.xml.sax.ext This package contains interfaces to SAX2 facilities that conformant SAX drivers won't necessarily support. 
 

Classes in org.xml.sax.ext used by gnu.xml.aelfred2
Attributes2
          SAX2 extension to augment the per-attribute information provided though Attributes.
 

Classes in org.xml.sax.ext used by gnu.xml.dom
DeclHandler
          SAX2 extension handler for DTD declaration events.
LexicalHandler
          SAX2 extension handler for lexical events.
 

Classes in org.xml.sax.ext used by gnu.xml.pipeline
DeclHandler
          SAX2 extension handler for DTD declaration events.
LexicalHandler
          SAX2 extension handler for lexical events.
 

Classes in org.xml.sax.ext used by gnu.xml.util
DeclHandler
          SAX2 extension handler for DTD declaration events.
LexicalHandler
          SAX2 extension handler for lexical events.
 

Classes in org.xml.sax.ext used by org.xml.sax.ext
Attributes2
          SAX2 extension to augment the per-attribute information provided though Attributes.
DeclHandler
          SAX2 extension handler for DTD declaration events.
EntityResolver2
          Extended interface for mapping external entity references to input sources, or providing a missing external subset.
LexicalHandler
          SAX2 extension handler for lexical events.
Locator2
          SAX2 extension to augment the entity information provided though a Locator.
 



Source code is under GPL (with library exception) in the JAXP project at http://www.gnu.org/software/classpathx/jaxp
This documentation was derived from that source code on 2004-08-21.