All Packages Class Hierarchy
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
Index of all Fields and Methods
- addAttribute(String, String, String).
Method in class org.xml.sax.helpers.AttributeListImpl
- Add an attribute to an attribute list.
- AttributeListImpl().
Constructor for class org.xml.sax.helpers.AttributeListImpl
- Create an empty attribute list.
- AttributeListImpl(AttributeList).
Constructor for class org.xml.sax.helpers.AttributeListImpl
- Construct a persistent copy of an existing attribute list.
- characters(char[], int, int).
Method in interface org.xml.sax.DocumentHandler
- Receive notification of character data.
- characters(char[], int, int).
Method in class org.xml.sax.HandlerBase
- Receive notification of character data inside an element.
- clear().
Method in class org.xml.sax.helpers.AttributeListImpl
- Clear the attribute list.
- endDocument().
Method in interface org.xml.sax.DocumentHandler
- Receive notification of the end of a document.
- endDocument().
Method in class org.xml.sax.HandlerBase
- Receive notification of the end of the document.
- endElement(String).
Method in interface org.xml.sax.DocumentHandler
- Receive notification of the end of an element.
- endElement(String).
Method in class org.xml.sax.HandlerBase
- Receive notification of the end of an element.
- error(SAXParseException).
Method in interface org.xml.sax.ErrorHandler
- Receive notification of a recoverable error.
- error(SAXParseException).
Method in class org.xml.sax.HandlerBase
- Receive notification of a recoverable parser error.
- 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
- Report a fatal XML parsing error.
- 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.helpers.LocatorImpl
- Return the saved column number (1-based).
- getColumnNumber().
Method in class org.xml.sax.SAXParseException
- The column number of the end of the text where the exception occurred.
- getEncoding().
Method in class org.xml.sax.InputSource
- Get the character encoding for a byte stream or URI.
- getException().
Method in class org.xml.sax.SAXException
- Return the embedded exception, if any.
- getLength().
Method in interface org.xml.sax.AttributeList
- Return the number of attributes in this list.
- getLength().
Method in class org.xml.sax.helpers.AttributeListImpl
- 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.helpers.LocatorImpl
- Return the saved line number (1-based).
- getLineNumber().
Method in class org.xml.sax.SAXParseException
- The line number of the end of the text where the exception occurred.
- getMessage().
Method in class org.xml.sax.SAXException
- Return a detail message for this exception.
- getName(int).
Method in interface org.xml.sax.AttributeList
- Return the name of an attribute in this list (by position).
- getName(int).
Method in class org.xml.sax.helpers.AttributeListImpl
- Get the name of an attribute (by position).
- 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.helpers.LocatorImpl
- Return the saved public identifier.
- getPublicId().
Method in class org.xml.sax.SAXParseException
- Get the public identifier of the entity where the exception occurred.
- 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.helpers.LocatorImpl
- Return the saved system identifier.
- 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
- Return the type of an attribute in the list (by position).
- getType(int).
Method in class org.xml.sax.helpers.AttributeListImpl
- Get the type of an attribute (by position).
- getType(String).
Method in interface org.xml.sax.AttributeList
- Return the type of an attribute in the list (by name).
- getType(String).
Method in class org.xml.sax.helpers.AttributeListImpl
- Get the type of an attribute (by name).
- getValue(int).
Method in interface org.xml.sax.AttributeList
- Return the value of an attribute in the list (by position).
- getValue(int).
Method in class org.xml.sax.helpers.AttributeListImpl
- Get the value of an attribute (by position).
- getValue(String).
Method in interface org.xml.sax.AttributeList
- Return the value of an attribute in the list (by name).
- getValue(String).
Method in class org.xml.sax.helpers.AttributeListImpl
- Get the value of an attribute (by name).
- HandlerBase().
Constructor for class org.xml.sax.HandlerBase
-
- ignorableWhitespace(char[], int, int).
Method in interface org.xml.sax.DocumentHandler
- Receive notification of ignorable whitespace in element content.
- ignorableWhitespace(char[], int, int).
Method in class org.xml.sax.HandlerBase
- Receive notification of ignorable whitespace in element content.
- InputSource().
Constructor for class org.xml.sax.InputSource
- Zero-argument default constructor.
- 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.
- InputSource(String).
Constructor for class org.xml.sax.InputSource
- Create a new input source with a system identifier.
- LocatorImpl().
Constructor for class org.xml.sax.helpers.LocatorImpl
- Zero-argument constructor.
- LocatorImpl(Locator).
Constructor for class org.xml.sax.helpers.LocatorImpl
- Copy constructor.
- makeParser().
Static method in class org.xml.sax.helpers.ParserFactory
- Private null constructor.
- makeParser(String).
Static method in class org.xml.sax.helpers.ParserFactory
- Create a new SAX parser object using the class name provided.
- 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
- Receive notification of a notation declaration.
- parse(InputSource).
Method in interface org.xml.sax.Parser
- Parse an XML document.
- parse(String).
Method in interface org.xml.sax.Parser
- Parse an XML document from a system identifier (URI).
- ParserFactory().
Constructor for class org.xml.sax.helpers.ParserFactory
-
- processingInstruction(String, String).
Method in interface org.xml.sax.DocumentHandler
- Receive notification of a processing instruction.
- processingInstruction(String, String).
Method in class org.xml.sax.HandlerBase
- Receive notification of a processing instruction.
- removeAttribute(String).
Method in class org.xml.sax.helpers.AttributeListImpl
- Remove an attribute from the list.
- 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
- Resolve an external entity.
- SAXException(Exception).
Constructor for class org.xml.sax.SAXException
- Create a new SAXException wrapping an existing exception.
- SAXException(String).
Constructor for class org.xml.sax.SAXException
- Create a new SAXException.
- SAXException(String, Exception).
Constructor for class org.xml.sax.SAXException
- Create a new SAXException from an existing exception.
- 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.
- setAttributeList(AttributeList).
Method in class org.xml.sax.helpers.AttributeListImpl
- Set the attribute list, discarding previous contents.
- 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.
- setColumnNumber(int).
Method in class org.xml.sax.helpers.LocatorImpl
- Set the column number for this locator (1-based).
- setDocumentHandler(DocumentHandler).
Method in interface org.xml.sax.Parser
- Allow an application to register a document event handler.
- setDocumentLocator(Locator).
Method in interface org.xml.sax.DocumentHandler
- Receive an object for locating the origin of SAX document events.
- setDocumentLocator(Locator).
Method in class org.xml.sax.HandlerBase
- Receive a Locator object for document events.
- setDTDHandler(DTDHandler).
Method in interface org.xml.sax.Parser
- Allow an application to register a DTD event handler.
- setEncoding(String).
Method in class org.xml.sax.InputSource
-
Set the character encoding, if known.
- setEntityResolver(EntityResolver).
Method in interface org.xml.sax.Parser
- Allow an application to register a custom entity resolver.
- setErrorHandler(ErrorHandler).
Method in interface org.xml.sax.Parser
- Allow an application to register an error event handler.
- setLineNumber(int).
Method in class org.xml.sax.helpers.LocatorImpl
- Set the line number for this locator (1-based).
- setLocale(Locale).
Method in interface org.xml.sax.Parser
- Allow an application to request a locale for errors and warnings.
- setPublicId(String).
Method in class org.xml.sax.InputSource
- Set the public identifier for this input source.
- setPublicId(String).
Method in class org.xml.sax.helpers.LocatorImpl
- Set the public identifier for this locator.
- setSystemId(String).
Method in class org.xml.sax.InputSource
- Set the system identifier for this input source.
- setSystemId(String).
Method in class org.xml.sax.helpers.LocatorImpl
- Set the system identifier for this locator.
- startDocument().
Method in interface org.xml.sax.DocumentHandler
- Receive notification of the beginning of a document.
- startDocument().
Method in class org.xml.sax.HandlerBase
- Receive notification of the beginning of the document.
- startElement(String, AttributeList).
Method in interface org.xml.sax.DocumentHandler
- Receive notification of the beginning of an element.
- startElement(String, AttributeList).
Method in class org.xml.sax.HandlerBase
- Receive notification of the start of an element.
- toString().
Method in class org.xml.sax.SAXException
- Convert this exception to a string.
- 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
- Receive notification of an unparsed entity declaration.
- warning(SAXParseException).
Method in interface org.xml.sax.ErrorHandler
- Receive notification of a warning.
- warning(SAXParseException).
Method in class org.xml.sax.HandlerBase
- Receive notification of a parser warning.