Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.xml.sax.ext: Javadoc index of package org.xml.sax.ext.


Package Samples:

org.xml.sax.ext: This package provides the core SAX APIs.  

Classes:

EntityResolver2: Extended interface for mapping external entity references to input sources, or providing a missing external subset. The XMLReader.setEntityResolver() 55 method is used to provide implementations of this interface to parsers. When a parser uses the methods in this interface, the EntityResolver2.resolveEntity() 55 method (in this interface) is used instead of the older (SAX 1.0) EntityResolver.resolveEntity() 55 method. This module, both source code and documentation, is in the Public Domain, and comes with NO WARRANTY . If a SAX application requires the customized handling which this interface defines ...
DeclHandler: SAX2 extension handler for DTD declaration events. This module, both source code and documentation, is in the Public Domain, and comes with NO WARRANTY . See http://www.saxproject.org for further information. This is an optional extension handler for SAX2 to provide more complete information about DTD declarations in an XML document. XML readers are not required to recognize this handler, and it is not part of core-only SAX2 distributions. Note that data-related DTD declarations (unparsed entities and notations) are already reported through the DTDHandler interface. If you are using the declaration ...
LexicalHandler: SAX2 extension handler for lexical events. This module, both source code and documentation, is in the Public Domain, and comes with NO WARRANTY . See http://www.saxproject.org for further information. This is an optional extension handler for SAX2 to provide lexical information about an XML document, such as comments and CDATA section boundaries. XML readers are not required to recognize this handler, and it is not part of core-only SAX2 distributions. The events in the lexical handler apply to the entire document, not just to the document element, and all lexical handler events must appear between ...
DefaultHandler2: This class extends the SAX2 base handler class to support the SAX2 LexicalHandler , DeclHandler , and EntityResolver2 extensions. Except for overriding the original SAX1 resolveEntity() 55 method the added handler methods just return. Subclassers may override everything on a method-by-method basis. This module, both source code and documentation, is in the Public Domain, and comes with NO WARRANTY . Note: this class might yet learn that the ContentHandler.setDocumentLocator() call might be passed a Locator2 object, and that the ContentHandler.startElement() call might be passed a Attributes2 object ...
Attributes2Impl: SAX2 extension helper for additional Attributes information, implementing the Attributes2 interface. This module, both source code and documentation, is in the Public Domain, and comes with NO WARRANTY . This is not part of core-only SAX2 distributions. The specified flag for each attribute will always be true, unless it has been set to false in the copy constructor or using setSpecified(int, boolean) 55 . Similarly, the declared flag for each attribute will always be false, except for defaulted attributes ( specified is false), non-CDATA attributes, or when it is set to true using setDeclared(int, ...
Attributes2: SAX2 extension to augment the per-attribute information provided though org.xml.sax.Attributes . If an implementation supports this extension, the attributes provided in ContentHandler.startElement() 55 will implement this interface, and the http://xml.org/sax/features/use-attributes2 feature flag will have the value true . This module, both source code and documentation, is in the Public Domain, and comes with NO WARRANTY . XMLReader implementations are not required to support this information, and it is not part of core-only SAX2 distributions. Note that if an attribute was defaulted ( !isSpecified() ...
Locator2: SAX2 extension to augment the entity information provided though a org.xml.sax.Locator . If an implementation supports this extension, the Locator provided in ContentHandler.setDocumentLocator() 55 will implement this interface, and the http://xml.org/sax/features/use-locator2 feature flag will have the value true . This module, both source code and documentation, is in the Public Domain, and comes with NO WARRANTY . XMLReader implementations are not required to support this information, and it is not part of core-only SAX2 distributions.
Locator2Impl: SAX2 extension helper for holding additional Entity information, implementing the Locator2 interface. This module, both source code and documentation, is in the Public Domain, and comes with NO WARRANTY . This is not part of core-only SAX2 distributions.

Home | Contact Us | Privacy Policy | Terms of Service