This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.


Package org.xml.sax.ext

Interface Summary
Attributes2 SAX2 extension to augment the per-attribute information provided though org.xml.sax.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 org.xml.sax.Locator.
 

Class Summary
Attributes2Impl SAX2 extension helper for additional Attributes information, implementing the org.xml.sax.ext.Attributes2 interface.
DefaultHandler2 This class extends the SAX2 base handler class to support the SAX2 org.xml.sax.ext.LexicalHandler, org.xml.sax.ext.DeclHandler, and org.xml.sax.ext.EntityResolver2 extensions.
Locator2Impl SAX2 extension helper for holding additional Entity information, implementing the org.xml.sax.ext.Locator2 interface.
 



This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.
This page displays the Jadeite version of the documention, which is derived from the offical documentation that contains this copyright notice:
Copyright 2008 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
The official Sun™ documentation can be found here at http://java.sun.com/javase/6/docs/api/.