|
|||||||||
| Home >> All >> org >> xml >> [ sax overview ] | PREV NEXT | ||||||||
A
- AttributeList - interface org.xml.sax.AttributeList.
- Deprecated. This interface has been replaced by the SAX2 Attributes interface, which includes Namespace support.
- Attributes - interface org.xml.sax.Attributes.
- Interface for a list of XML attributes.
B
- byteStream - Variable in class org.xml.sax.InputSource
C
- ContentHandler - interface org.xml.sax.ContentHandler.
- Receive notification of the logical content of a document.
- characterStream - Variable in class org.xml.sax.InputSource
- characters(char[], int, int) - Method in interface org.xml.sax.ContentHandler
- Receive notification of character data.
- characters(char[], int, int) - Method in interface org.xml.sax.DocumentHandler
- Deprecated. Receive notification of character data.
- characters(char[], int, int) - Method in class org.xml.sax.HandlerBase
- Deprecated. Receive notification of character data inside an element.
- columnNumber - Variable in class org.xml.sax.SAXParseException
D
- DTDHandler - interface org.xml.sax.DTDHandler.
- Receive notification of basic DTD-related events.
- DocumentHandler - interface org.xml.sax.DocumentHandler.
- Deprecated. This interface has been replaced by the SAX2 ContentHandler interface, which includes Namespace support.
E
- EntityResolver - interface org.xml.sax.EntityResolver.
- Basic interface for resolving entities.
- ErrorHandler - interface org.xml.sax.ErrorHandler.
- Basic interface for SAX error handlers.
- encoding - Variable in class org.xml.sax.InputSource
- endDocument() - Method in interface org.xml.sax.ContentHandler
- Receive notification of the end of a document.
- endDocument() - Method in interface org.xml.sax.DocumentHandler
- Deprecated. Receive notification of the end of a document.
- endDocument() - Method in class org.xml.sax.HandlerBase
- Deprecated. Receive notification of the end of the document.
- endElement(String, String, String) - Method in interface org.xml.sax.ContentHandler
- Receive notification of the end of an element.
- endElement(String) - Method in interface org.xml.sax.DocumentHandler
- Deprecated. Receive notification of the end of an element.
- endElement(String) - Method in class org.xml.sax.HandlerBase
- Deprecated. Receive notification of the end of an element.
- endPrefixMapping(String) - Method in interface org.xml.sax.ContentHandler
- End the scope of a prefix-URI mapping.
- error(SAXParseException) - Method in interface org.xml.sax.ErrorHandler
- Receive notification of a recoverable error.
- error(SAXParseException) - Method in class org.xml.sax.HandlerBase
- Deprecated. Receive notification of a recoverable parser error.
- exception - Variable in class org.xml.sax.SAXException
F
- fatalError(SAXParseException) - Method in interface org.xml.sax.ErrorHandler
- Receive notification of a non-recoverable error.
- fatalError(SAXParseException) - Method in class org.xml.sax.HandlerBase
- Deprecated. Report a fatal XML parsing error.
G
- getByteStream() - Method in class org.xml.sax.InputSource
- Get the byte stream for this input source.
- getCharacterStream() - Method in class org.xml.sax.InputSource
- Get the character stream for this input source.
- getColumnNumber() - Method in interface org.xml.sax.Locator
- Return the column number where the current document event ends.
- getColumnNumber() - Method in class org.xml.sax.SAXParseException
- The column number of the end of the text where the exception occurred.
- getContentHandler() - Method in interface org.xml.sax.XMLReader
- Return the current content handler.
- getDTDHandler() - Method in interface org.xml.sax.XMLReader
- Return the current DTD handler.
- getEncoding() - Method in class org.xml.sax.InputSource
- Get the character encoding for a byte stream or URI.
- getEntityResolver() - Method in interface org.xml.sax.XMLReader
- Return the current entity resolver.
- getErrorHandler() - Method in interface org.xml.sax.XMLReader
- Return the current error handler.
- getException() - Method in class org.xml.sax.SAXException
- Return the embedded exception, if any.
- getFeature(String) - Method in interface org.xml.sax.XMLReader
- Look up the value of a feature flag.
- getIndex(String, String) - Method in interface org.xml.sax.Attributes
- Look up the index of an attribute by Namespace name.
- getIndex(String) - Method in interface org.xml.sax.Attributes
- Look up the index of an attribute by XML qualified (prefixed) name.
- getLength() - Method in interface org.xml.sax.AttributeList
- Deprecated. Return the number of attributes in this list.
- getLength() - Method in interface org.xml.sax.Attributes
- Return the number of attributes in the list.
- getLineNumber() - Method in interface org.xml.sax.Locator
- Return the line number where the current document event ends.
- getLineNumber() - Method in class org.xml.sax.SAXParseException
- The line number of the end of the text where the exception occurred.
- getLocalName(int) - Method in interface org.xml.sax.Attributes
- Look up an attribute's local name by index.
- getMessage() - Method in class org.xml.sax.SAXException
- Return a detail message for this exception.
- getName(int) - Method in interface org.xml.sax.AttributeList
- Deprecated. Return the name of an attribute in this list (by position).
- getParent() - Method in interface org.xml.sax.XMLFilter
- Get the parent reader.
- getProperty(String) - Method in interface org.xml.sax.XMLReader
- Look up the value of a property.
- getPublicId() - Method in class org.xml.sax.InputSource
- Get the public identifier for this input source.
- getPublicId() - Method in interface org.xml.sax.Locator
- Return the public identifier for the current document event.
- getPublicId() - Method in class org.xml.sax.SAXParseException
- Get the public identifier of the entity where the exception occurred.
- getQName(int) - Method in interface org.xml.sax.Attributes
- Look up an attribute's XML qualified (prefixed) name by index.
- getSystemId() - Method in class org.xml.sax.InputSource
- Get the system identifier for this input source.
- getSystemId() - Method in interface org.xml.sax.Locator
- Return the system identifier for the current document event.
- getSystemId() - Method in class org.xml.sax.SAXParseException
- Get the system identifier of the entity where the exception occurred.
- getType(int) - Method in interface org.xml.sax.AttributeList
- Deprecated. Return the type of an attribute in the list (by position).
- getType(String) - Method in interface org.xml.sax.AttributeList
- Deprecated. Return the type of an attribute in the list (by name).
- getType(int) - Method in interface org.xml.sax.Attributes
- Look up an attribute's type by index.
- getType(String, String) - Method in interface org.xml.sax.Attributes
- Look up an attribute's type by Namespace name.
- getType(String) - Method in interface org.xml.sax.Attributes
- Look up an attribute's type by XML qualified (prefixed) name.
- getURI(int) - Method in interface org.xml.sax.Attributes
- Look up an attribute's Namespace URI by index.
- getValue(int) - Method in interface org.xml.sax.AttributeList
- Deprecated. Return the value of an attribute in the list (by position).
- getValue(String) - Method in interface org.xml.sax.AttributeList
- Deprecated. Return the value of an attribute in the list (by name).
- getValue(int) - Method in interface org.xml.sax.Attributes
- Look up an attribute's value by index.
- getValue(String, String) - Method in interface org.xml.sax.Attributes
- Look up an attribute's value by Namespace name.
- getValue(String) - Method in interface org.xml.sax.Attributes
- Look up an attribute's value by XML qualified (prefixed) name.
H
- HandlerBase - class org.xml.sax.HandlerBase.
- Deprecated. This class works with the deprecated DocumentHandler interface. It has been replaced by the SAX2 DefaultHandler class.
- HandlerBase() - Constructor for class org.xml.sax.HandlerBase
- Deprecated.
I
- InputSource - class org.xml.sax.InputSource.
- A single input source for an XML entity.
- InputSource() - Constructor for class org.xml.sax.InputSource
- Zero-argument default constructor.
- InputSource(String) - Constructor for class org.xml.sax.InputSource
- Create a new input source with a system identifier.
- InputSource(InputStream) - Constructor for class org.xml.sax.InputSource
- Create a new input source with a byte stream.
- InputSource(Reader) - Constructor for class org.xml.sax.InputSource
- Create a new input source with a character stream.
- ignorableWhitespace(char[], int, int) - Method in interface org.xml.sax.ContentHandler
- Receive notification of ignorable whitespace in element content.
- ignorableWhitespace(char[], int, int) - Method in interface org.xml.sax.DocumentHandler
- Deprecated. Receive notification of ignorable whitespace in element content.
- ignorableWhitespace(char[], int, int) - Method in class org.xml.sax.HandlerBase
- Deprecated. Receive notification of ignorable whitespace in element content.
- init(String, String, int, int) - Method in class org.xml.sax.SAXParseException
- Internal initialization method.
L
- Locator - interface org.xml.sax.Locator.
- Interface for associating a SAX event with a document location.
- lineNumber - Variable in class org.xml.sax.SAXParseException
N
- notationDecl(String, String, String) - Method in interface org.xml.sax.DTDHandler
- Receive notification of a notation declaration event.
- notationDecl(String, String, String) - Method in class org.xml.sax.HandlerBase
- Deprecated. Receive notification of a notation declaration.
O
- org.xml.sax - package org.xml.sax
P
- Parser - interface org.xml.sax.Parser.
- Deprecated. This interface has been replaced by the SAX2 XMLReader interface, which includes Namespace support.
- parse(InputSource) - Method in interface org.xml.sax.Parser
- Deprecated. Parse an XML document.
- parse(String) - Method in interface org.xml.sax.Parser
- Deprecated. Parse an XML document from a system identifier (URI).
- parse(InputSource) - Method in interface org.xml.sax.XMLReader
- Parse an XML document.
- parse(String) - Method in interface org.xml.sax.XMLReader
- Parse an XML document from a system identifier (URI).
- processingInstruction(String, String) - Method in interface org.xml.sax.ContentHandler
- Receive notification of a processing instruction.
- processingInstruction(String, String) - Method in interface org.xml.sax.DocumentHandler
- Deprecated. Receive notification of a processing instruction.
- processingInstruction(String, String) - Method in class org.xml.sax.HandlerBase
- Deprecated. Receive notification of a processing instruction.
- publicId - Variable in class org.xml.sax.InputSource
- publicId - Variable in class org.xml.sax.SAXParseException
R
- resolveEntity(String, String) - Method in interface org.xml.sax.EntityResolver
- Allow the application to resolve external entities.
- resolveEntity(String, String) - Method in class org.xml.sax.HandlerBase
- Deprecated. Resolve an external entity.
S
- SAXException - exception org.xml.sax.SAXException.
- Encapsulate a general SAX error or warning.
- SAXException() - Constructor for class org.xml.sax.SAXException
- Create a new SAXException.
- SAXException(String) - Constructor for class org.xml.sax.SAXException
- Create a new SAXException.
- SAXException(Exception) - Constructor for class org.xml.sax.SAXException
- Create a new SAXException wrapping an existing exception.
- SAXException(String, Exception) - Constructor for class org.xml.sax.SAXException
- Create a new SAXException from an existing exception.
- SAXNotRecognizedException - exception org.xml.sax.SAXNotRecognizedException.
- Exception class for an unrecognized identifier.
- SAXNotRecognizedException() - Constructor for class org.xml.sax.SAXNotRecognizedException
- Default constructor.
- SAXNotRecognizedException(String) - Constructor for class org.xml.sax.SAXNotRecognizedException
- Construct a new exception with the given message.
- SAXNotSupportedException - exception org.xml.sax.SAXNotSupportedException.
- Exception class for an unsupported operation.
- SAXNotSupportedException() - Constructor for class org.xml.sax.SAXNotSupportedException
- Construct a new exception with no message.
- SAXNotSupportedException(String) - Constructor for class org.xml.sax.SAXNotSupportedException
- Construct a new exception with the given message.
- SAXParseException - exception org.xml.sax.SAXParseException.
- Encapsulate an XML parse error or warning.
- SAXParseException(String, Locator) - Constructor for class org.xml.sax.SAXParseException
- Create a new SAXParseException from a message and a Locator.
- SAXParseException(String, Locator, Exception) - Constructor for class org.xml.sax.SAXParseException
- Wrap an existing exception in a SAXParseException.
- SAXParseException(String, String, String, int, int) - Constructor for class org.xml.sax.SAXParseException
- Create a new SAXParseException.
- SAXParseException(String, String, String, int, int, Exception) - Constructor for class org.xml.sax.SAXParseException
- Create a new SAXParseException with an embedded exception.
- setByteStream(InputStream) - Method in class org.xml.sax.InputSource
- Set the byte stream for this input source.
- setCharacterStream(Reader) - Method in class org.xml.sax.InputSource
- Set the character stream for this input source.
- setContentHandler(ContentHandler) - Method in interface org.xml.sax.XMLReader
- Allow an application to register a content event handler.
- setDTDHandler(DTDHandler) - Method in interface org.xml.sax.Parser
- Deprecated. Allow an application to register a DTD event handler.
- setDTDHandler(DTDHandler) - Method in interface org.xml.sax.XMLReader
- Allow an application to register a DTD event handler.
- setDocumentHandler(DocumentHandler) - Method in interface org.xml.sax.Parser
- Deprecated. Allow an application to register a document event handler.
- setDocumentLocator(Locator) - Method in interface org.xml.sax.ContentHandler
- Receive an object for locating the origin of SAX document events.
- setDocumentLocator(Locator) - Method in interface org.xml.sax.DocumentHandler
- Deprecated. Receive an object for locating the origin of SAX document events.
- setDocumentLocator(Locator) - Method in class org.xml.sax.HandlerBase
- Deprecated. Receive a Locator object for document events.
- setEncoding(String) - Method in class org.xml.sax.InputSource
- Set the character encoding, if known.
- setEntityResolver(EntityResolver) - Method in interface org.xml.sax.Parser
- Deprecated. Allow an application to register a custom entity resolver.
- setEntityResolver(EntityResolver) - Method in interface org.xml.sax.XMLReader
- Allow an application to register an entity resolver.
- setErrorHandler(ErrorHandler) - Method in interface org.xml.sax.Parser
- Deprecated. Allow an application to register an error event handler.
- setErrorHandler(ErrorHandler) - Method in interface org.xml.sax.XMLReader
- Allow an application to register an error event handler.
- setFeature(String, boolean) - Method in interface org.xml.sax.XMLReader
- Set the value of a feature flag.
- setLocale(Locale) - Method in interface org.xml.sax.Parser
- Deprecated. Allow an application to request a locale for errors and warnings.
- setParent(XMLReader) - Method in interface org.xml.sax.XMLFilter
- Set the parent reader.
- setProperty(String, Object) - Method in interface org.xml.sax.XMLReader
- Set the value of a property.
- setPublicId(String) - Method in class org.xml.sax.InputSource
- Set the public identifier for this input source.
- setSystemId(String) - Method in class org.xml.sax.InputSource
- Set the system identifier for this input source.
- skippedEntity(String) - Method in interface org.xml.sax.ContentHandler
- Receive notification of a skipped entity.
- startDocument() - Method in interface org.xml.sax.ContentHandler
- Receive notification of the beginning of a document.
- startDocument() - Method in interface org.xml.sax.DocumentHandler
- Deprecated. Receive notification of the beginning of a document.
- startDocument() - Method in class org.xml.sax.HandlerBase
- Deprecated. Receive notification of the beginning of the document.
- startElement(String, String, String, Attributes) - Method in interface org.xml.sax.ContentHandler
- Receive notification of the beginning of an element.
- startElement(String, AttributeList) - Method in interface org.xml.sax.DocumentHandler
- Deprecated. Receive notification of the beginning of an element.
- startElement(String, AttributeList) - Method in class org.xml.sax.HandlerBase
- Deprecated. Receive notification of the start of an element.
- startPrefixMapping(String, String) - Method in interface org.xml.sax.ContentHandler
- Begin the scope of a prefix-URI Namespace mapping.
- systemId - Variable in class org.xml.sax.InputSource
- systemId - Variable in class org.xml.sax.SAXParseException
T
- toString() - Method in class org.xml.sax.SAXException
- Override toString to pick up any embedded exception.
U
- unparsedEntityDecl(String, String, String, String) - Method in interface org.xml.sax.DTDHandler
- Receive notification of an unparsed entity declaration event.
- unparsedEntityDecl(String, String, String, String) - Method in class org.xml.sax.HandlerBase
- Deprecated. Receive notification of an unparsed entity declaration.
W
- warning(SAXParseException) - Method in interface org.xml.sax.ErrorHandler
- Receive notification of a warning.
- warning(SAXParseException) - Method in class org.xml.sax.HandlerBase
- Deprecated. Receive notification of a parser warning.
X
- XMLFilter - interface org.xml.sax.XMLFilter.
- Interface for an XML filter.
- XMLReader - interface org.xml.sax.XMLReader.
- Interface for reading an XML document using callbacks.
A B C D E F G H I L N O P R S T U W X
|
|||||||||
| Home >> All >> org >> xml >> [ sax overview ] | PREV NEXT | ||||||||