|
|||||||||
| Home >> All >> org >> xml >> sax >> [ ext overview ] | PREV NEXT | ||||||||
A
- Attributes2 - interface org.xml.sax.ext.Attributes2.
- SAX2 extension to augment the per-attribute information provided though org.xml.sax.Attributes.
- Attributes2Impl - class org.xml.sax.ext.Attributes2Impl.
- SAX2 extension helper for additional Attributes information, implementing the Attributes2 interface.
- Attributes2Impl() - Constructor for class org.xml.sax.ext.Attributes2Impl
- Construct a new, empty Attributes2Impl object.
- Attributes2Impl(Attributes) - Constructor for class org.xml.sax.ext.Attributes2Impl
- Copy an existing Attributes or Attributes2 object.
- addAttribute(String, String, String, String, String) - Method in class org.xml.sax.ext.Attributes2Impl
- Add an attribute to the end of the list, setting its "specified" flag to true.
- attributeDecl(String, String, String, String, String) - Method in interface org.xml.sax.ext.DeclHandler
- Report an attribute type declaration.
- attributeDecl(String, String, String, String, String) - Method in class org.xml.sax.ext.DefaultHandler2
C
- comment(char[], int, int) - Method in class org.xml.sax.ext.DefaultHandler2
- comment(char[], int, int) - Method in interface org.xml.sax.ext.LexicalHandler
- Report an XML comment anywhere in the document.
D
- DeclHandler - interface org.xml.sax.ext.DeclHandler.
- SAX2 extension handler for DTD declaration events.
- DefaultHandler2 - class org.xml.sax.ext.DefaultHandler2.
- This class extends the SAX2 base handler class to support the SAX2 LexicalHandler, DeclHandler, and EntityResolver2 extensions.
- DefaultHandler2() - Constructor for class org.xml.sax.ext.DefaultHandler2
- Constructs a handler which ignores all parsing events.
- declared - Variable in class org.xml.sax.ext.Attributes2Impl
E
- EntityResolver2 - interface org.xml.sax.ext.EntityResolver2.
- Extended interface for mapping external entity references to input sources, or providing a missing external subset.
- elementDecl(String, String) - Method in interface org.xml.sax.ext.DeclHandler
- Report an element type declaration.
- elementDecl(String, String) - Method in class org.xml.sax.ext.DefaultHandler2
- encoding - Variable in class org.xml.sax.ext.Locator2Impl
- endCDATA() - Method in class org.xml.sax.ext.DefaultHandler2
- endCDATA() - Method in interface org.xml.sax.ext.LexicalHandler
- Report the end of a CDATA section.
- endDTD() - Method in class org.xml.sax.ext.DefaultHandler2
- endDTD() - Method in interface org.xml.sax.ext.LexicalHandler
- Report the end of DTD declarations.
- endEntity(String) - Method in class org.xml.sax.ext.DefaultHandler2
- endEntity(String) - Method in interface org.xml.sax.ext.LexicalHandler
- Report the end of an entity.
- externalEntityDecl(String, String, String) - Method in interface org.xml.sax.ext.DeclHandler
- Report a parsed external entity declaration.
- externalEntityDecl(String, String, String) - Method in class org.xml.sax.ext.DefaultHandler2
G
- getEncoding() - Method in interface org.xml.sax.ext.Locator2
- Returns the name of the character encoding for the entity.
- getEncoding() - Method in class org.xml.sax.ext.Locator2Impl
- Returns the current value of the encoding property.
- getExternalSubset(String, String) - Method in class org.xml.sax.ext.DefaultHandler2
- Tells the parser that if no external subset has been declared in the document text, none should be used.
- getExternalSubset(String, String) - Method in interface org.xml.sax.ext.EntityResolver2
- Allows applications to provide an external subset for documents that don't explicitly define one.
- getXMLVersion() - Method in interface org.xml.sax.ext.Locator2
- Returns the version of XML used for the entity.
- getXMLVersion() - Method in class org.xml.sax.ext.Locator2Impl
- Returns the current value of the version property.
I
- internalEntityDecl(String, String) - Method in interface org.xml.sax.ext.DeclHandler
- Report an internal entity declaration.
- internalEntityDecl(String, String) - Method in class org.xml.sax.ext.DefaultHandler2
- isDeclared(int) - Method in interface org.xml.sax.ext.Attributes2
- Returns false unless the attribute was declared in the DTD.
- isDeclared(String) - Method in interface org.xml.sax.ext.Attributes2
- Returns false unless the attribute was declared in the DTD.
- isDeclared(String, String) - Method in interface org.xml.sax.ext.Attributes2
- Returns false unless the attribute was declared in the DTD.
- isDeclared(int) - Method in class org.xml.sax.ext.Attributes2Impl
- Returns the current value of the attribute's "declared" flag.
- isDeclared(String, String) - Method in class org.xml.sax.ext.Attributes2Impl
- Returns the current value of the attribute's "declared" flag.
- isDeclared(String) - Method in class org.xml.sax.ext.Attributes2Impl
- Returns the current value of the attribute's "declared" flag.
- isSpecified(int) - Method in interface org.xml.sax.ext.Attributes2
- Returns true unless the attribute value was provided by DTD defaulting.
- isSpecified(String, String) - Method in interface org.xml.sax.ext.Attributes2
- Returns true unless the attribute value was provided by DTD defaulting.
- isSpecified(String) - Method in interface org.xml.sax.ext.Attributes2
- Returns true unless the attribute value was provided by DTD defaulting.
- isSpecified(int) - Method in class org.xml.sax.ext.Attributes2Impl
- Returns the current value of an attribute's "specified" flag.
- isSpecified(String, String) - Method in class org.xml.sax.ext.Attributes2Impl
- Returns the current value of an attribute's "specified" flag.
- isSpecified(String) - Method in class org.xml.sax.ext.Attributes2Impl
- Returns the current value of an attribute's "specified" flag.
L
- LexicalHandler - interface org.xml.sax.ext.LexicalHandler.
- SAX2 extension handler for lexical events.
- Locator2 - interface org.xml.sax.ext.Locator2.
- SAX2 extension to augment the entity information provided though a org.xml.sax.Locator.
- Locator2Impl - class org.xml.sax.ext.Locator2Impl.
- SAX2 extension helper for holding additional Entity information, implementing the Locator2 interface.
- Locator2Impl() - Constructor for class org.xml.sax.ext.Locator2Impl
- Construct a new, empty Locator2Impl object.
- Locator2Impl(Locator) - Constructor for class org.xml.sax.ext.Locator2Impl
- Copy an existing Locator or Locator2 object.
O
- org.xml.sax.ext - package org.xml.sax.ext
- This package provides the core SAX APIs.
R
- removeAttribute(int) - Method in class org.xml.sax.ext.Attributes2Impl
- resolveEntity(String, String, String, String) - Method in class org.xml.sax.ext.DefaultHandler2
- Tells the parser to resolve the systemId against the baseURI and read the entity text from that resulting absolute URI.
- resolveEntity(String, String) - Method in class org.xml.sax.ext.DefaultHandler2
- Invokes EntityResolver2.resolveEntity() 55 with null entity name and base URI.
- resolveEntity(String, String, String, String) - Method in interface org.xml.sax.ext.EntityResolver2
- Allows applications to map references to external entities into input sources, or tell the parser it should use conventional URI resolution.
S
- setAttributes(Attributes) - Method in class org.xml.sax.ext.Attributes2Impl
- Copy an entire Attributes object.
- setDeclared(int, boolean) - Method in class org.xml.sax.ext.Attributes2Impl
- Assign a value to the "declared" flag of a specific attribute.
- setEncoding(String) - Method in class org.xml.sax.ext.Locator2Impl
- Assigns the current value of the encoding property.
- setSpecified(int, boolean) - Method in class org.xml.sax.ext.Attributes2Impl
- Assign a value to the "specified" flag of a specific attribute.
- setXMLVersion(String) - Method in class org.xml.sax.ext.Locator2Impl
- Assigns the current value of the version property.
- specified - Variable in class org.xml.sax.ext.Attributes2Impl
- startCDATA() - Method in class org.xml.sax.ext.DefaultHandler2
- startCDATA() - Method in interface org.xml.sax.ext.LexicalHandler
- Report the start of a CDATA section.
- startDTD(String, String, String) - Method in class org.xml.sax.ext.DefaultHandler2
- startDTD(String, String, String) - Method in interface org.xml.sax.ext.LexicalHandler
- Report the start of DTD declarations, if any.
- startEntity(String) - Method in class org.xml.sax.ext.DefaultHandler2
- startEntity(String) - Method in interface org.xml.sax.ext.LexicalHandler
- Report the beginning of some internal and external XML entities.
V
- version - Variable in class org.xml.sax.ext.Locator2Impl
A C D E G I L O R S V
|
|||||||||
| Home >> All >> org >> xml >> sax >> [ ext overview ] | PREV NEXT | ||||||||