Frames | No Frames |
Methods which throw type org.xml.sax.SAXException | |
Parser | Returns the underlying SAX1 parser.
|
XMLReader | Returns the underlying SAX2 parser.
|
SAXParser | Creates a new parser instance using the currently specified factory
configuration.
|
void | |
void |
Methods which throw type org.xml.sax.SAXException | |
Schema | |
Schema |
Methods which throw type org.xml.sax.SAXException | |
void | Report an attribute type declaration.
|
void | Report an attribute type declaration.
|
void | DefaultHandler2.comment(ch[] , int start, int length) Report an XML comment anywhere in the document.
|
void | LexicalHandler.comment(ch[] , int start, int length) Report an XML comment anywhere in the document.
|
void | Report an element type declaration.
|
void | Report an element type declaration.
|
void | Report the end of a CDATA section.
|
void | Report the end of a CDATA section.
|
void | Report the end of DTD declarations.
|
void | Report the end of DTD declarations.
|
void | Report the end of an entity.
|
void | Report the end of an entity.
|
void | Report a parsed external entity declaration.
|
void | Report a parsed external entity declaration.
|
InputSource | Tells the parser that if no external subset has been declared
in the document text, none should be used.
|
InputSource | Allows applications to provide an external subset for documents
that don't explicitly define one. |
void | Report an internal entity declaration.
|
void | Report an internal entity declaration.
|
InputSource | Invokes
EntityResolver2.resolveEntity()
with null entity name and base URI.
|
InputSource | Tells the parser to resolve the systemId against the baseURI
and read the entity text from that resulting absolute URI.
|
InputSource | Allows applications to map references to external entities into input
sources, or tell the parser it should use conventional URI resolution.
|
void | Report the start of a CDATA section.
|
void | Report the start of a CDATA section.
|
void | Report the start of DTD declarations, if any.
|
void | Report the start of DTD declarations, if any.
|
void | Report the beginning of some internal and external XML entities.
|
void | Report the beginning of some internal and external XML entities.
|
Methods which throw type org.xml.sax.SAXException | |
void | Report an attribute type declaration.
|
void | SAXEventSink.characters(char[] c, int off, int len) |
void | SAXEventSink.comment(char[] c, int off, int len) |
Element | |
Text | SAXEventSink.createText(char[] c, int off, int len) |
void | Report an element type declaration.
|
void | Report the end of a CDATA section.
|
void | Report the end of DTD declarations.
|
void | Receive notification of the end of a document.
|
void | Receive notification of the end of an element.
|
void | Report the end of an entity.
|
void | End the scope of a prefix-URI mapping.
|
void | |
void | Report a parsed external entity declaration.
|
void | |
void | SAXEventSink.ignorableWhitespace(char[] c, int off, int len) |
void | Report an internal entity declaration.
|
void | Receive notification of a notation declaration event.
|
void | Receive notification of a processing instruction.
|
void | Receive notification of a skipped entity.
|
void | Report the start of a CDATA section.
|
void | Report the start of DTD declarations, if any.
|
void | Receive notification of the beginning of a document.
|
void | Receive notification of the beginning of an element.
|
void | Report the beginning of some internal and external XML entities.
|
void | Begin the scope of a prefix-URI Namespace mapping.
|
void | Receive notification of an unparsed entity declaration event.
|
void |
Constructors which throw type org.xml.sax.SAXException | |
Initializes, and preloads a catalog using the default SAX parser.
|
Methods which throw type org.xml.sax.SAXException | |
void | SAX2: called on attribute declarations |
void | XMLWriter.characters(ch[] , int start, int length) SAX1: reports content characters |
void | SAX2: called when comments are parsed.
|
void | SAX2: called on element declarations |
void | SAX2: called after parsing CDATA characters |
void | SAX2: called after the doctype is parsed |
void | SAX1: indicates the completion of a parse.
|
void | SAX2: indicates the end of an element |
void | SAX2: called after parsing a general entity in content
|
void | SAX2: called on external entity declarations |
void | Used internally and by subclasses, this encapsulates the logic
involved in reporting fatal errors. |
InputSource | "New Style" parser callback to add an external subset.
|
void | XMLWriter.ignorableWhitespace(ch[] , int start, int length) SAX1: reports ignorable whitespace |
void | SAX2: called on internal entity declarations |
void | Loads an OASIS XML Catalog.
|
void | SAX1: called on notation declarations |
void | SAX1: Parses the previously provided DOM document (the
input parameter is ignored). |
void | SAX1: Parses the previously provided DOM document (the
input parameter is ignored). |
void | SAX1: reports a PI.
|
InputSource | Uses a local dictionary of public identifiers to resolve URIs,
normally with the goal of minimizing network traffic or latencies.
|
InputSource | "Old Style" external entity resolution for parsers.
|
InputSource | "New Style" external entity resolution for parsers.
|
InputSource | Resolves a URI reference that's not defined to the DTD.
|
void | SAX1: Identifies the locale which the parser should use for the
diagnostics it provides.
|
void | SAX1: indicates a non-expanded entity reference |
void | SAX2: called before parsing CDATA characters |
void | SAX2: called when the doctype is partially parsed
Note that this, like other doctype related calls, is ignored
when XHTML is in use.
|
void | SAX1: indicates the beginning of a document parse.
|
void | SAX2: indicates the start of an element.
|
void | SAX2: called before parsing a general entity in content
|
void | SAX1: called on unparsed entity declarations |
void | Writes the string as if characters() had been called on the contents
of the string. |
void | Writes an element that has content consisting of a single integer,
encoded as a decimal string.
|
void | Writes an element that has content consisting of a single string.
|
void | Writes an empty element.
|
Methods which throw type org.xml.sax.SAXException | |
Schema | Creates a special schema.
|
Schema | Parses the specified sources, and combine them into a single schema.
|
Methods which throw type org.xml.sax.SAXException | |
Parser | Returns the underlying SAX1 parser.
|
XMLReader | Returns the underlying SAX2 parser.
|
SAXParser | Creates a new parser instance using the currently specified factory
configuration.
|
Document | Parse the specified file and return a DOM Document.
|
void | Parse the content of the specified file, reporting SAX1 events to the
given handler.
|
void | Parse the content of the specified file, reporting SAX2 events to the
given handler.
|
Document | Parse the specified input stream and return a DOM Document.
|
Document | Parse the specified input stream and return a DOM Document.
|
void | Parse the specifed input stream, reporting SAX1 events to the given
handler.
|
void | Parse the specified input stream, reporting SAX1 events to the given
handler.
|
void | Parse the specified input stream, reporting SAX2 events to the given
handler.
|
void | Parse the specified input stream, reporting SAX2 events to the given
handler.
|
Document | Parse the content of the specified URI and return a DOM Document.
|
void | Parse the content of the specified URI, reporting SAX1 events to the
given handler.
|
void | Parse the content of the specified URI, reporting SAX2 events to the
given handler.
|
Document | Parse the specified input source and return a DOM Document.
|
void | Parse the specified input source, reporting SAX1 events to the
given handler.
|
void | Parse the specified input source, reporting SAX2 events to the
given handler.
|
Methods which throw type org.xml.sax.SAXException | |
SAXParser | Creates a new parser instance using the currently specified factory
configuration.
|
void | |
void |
Constructors which throw type org.xml.sax.SAXException | |
Configures this pipeline terminus to use the specified implementation
of DOM when constructing its result value.
| |
Configures this consumer as a buffer/filter, using the specified
DOM implementation when constructing its result value.
| |
Subclasses may use SAX2 events to provide additional
behaviors in the resulting DOM.
| |
ValidationConsumer.ValidationConsumer(String rootName, String publicId, String systemId, String internalSubset, EntityResolver resolver, String minimalDocument) Creates a validation consumer which is preloaded with the DTD provided.
| |
Creates a filter that performs the specified transform.
|
Methods which throw type org.xml.sax.SAXException | |
void | DomConsumer.Handler.attributeDecl(String eName, String aName, String type, String mode, String value) Report an attribute type declaration.
|
void | SAX2: passes this callback to the next consumer, if any |
void | |
void | ValidationConsumer.attributeDecl(String eName, String aName, String type, String mode, String value) DecllHandler Records attribute declaration for later use
in validating document content, and checks validity constraints
that are applicable to attribute declarations.
|
void | DomConsumer.Handler.characters(ch[] , int start, int length) Receive notification of character data.
|
void | EventFilter.characters(ch[] , int start, int length) SAX2: passes this callback to the next consumer, if any |
void | TeeConsumer.characters(ch[] , int start, int length) |
void | ValidationConsumer.characters(ch[] , int start, int length) ContentHandler Reports a validity error if the element's content
model does not permit character data.
|
void | WellFormednessFilter.characters(ch[] , int start, int length) Receive notification of character data.
|
void | XIncludeFilter.characters(ch[] , int start, int length) SAX2: passes this callback to the next consumer, if any |
void | DomConsumer.Handler.comment(ch[] , int start, int length) Report an XML comment anywhere in the document.
|
void | EventFilter.comment(ch[] , int start, int length) SAX2: passes this callback to the next consumer, if any |
void | TeeConsumer.comment(ch[] , int start, int length) |
void | WellFormednessFilter.comment(ch[] , int start, int length) Report an XML comment anywhere in the document.
|
void | XIncludeFilter.comment(ch[] , int start, int length) SAX2: passes this callback to the next consumer, if any |
void | Report an element type declaration.
|
void | SAX2: passes this callback to the next consumer, if any |
void | |
void | DecllHandler Records the element declaration for later use
when checking document content, and checks validity constraints that
apply to element declarations. |
void | Report the end of a CDATA section.
|
void | SAX2: passes this callback to the next consumer, if any |
void | |
void | Report the end of a CDATA section.
|
void | SAX2: passes this callback to the next consumer, if any |
void | Report the end of DTD declarations.
|
void | SAX2: passes this callback to the next consumer, if any |
void | |
void | LexicalHandler Verifies that all referenced notations
and unparsed entities have been declared.
|
void | Report the end of DTD declarations.
|
void | Receive notification of the end of a document.
|
void | SAX2: passes this callback to the next consumer, if any |
void | Forgets about any base URI information that may be recorded.
|
void | |
void | |
void | ContentHandler Checks whether all ID values that were
referenced have been declared, and releases all resources.
|
void | Receive notification of the end of a document.
|
void | SAX2: passes this callback to the next consumer, if any |
void | Receive notification of the end of an element.
|
void | SAX2: passes this callback to the next consumer, if any |
void | |
void | |
void | ContentHandler Reports a validity error if the element's content
model does not permit end-of-element yet, or a well formedness error
if there was no matching startElement call.
|
void | Receive notification of the end of an element.
|
void | SAX2: passes this callback to the next consumer, if any |
void | Report the end of an entity.
|
void | SAX2: passes this callback to the next consumer, if any.
|
void | |
void | SAX2: passes this callback to the next consumer, if any.
|
void | End the scope of a prefix-URI mapping.
|
void | SAX2: passes this callback to the next consumer, if any |
void | This call is not passed to the next consumer in the chain.
|
void | |
void | SAX2: passes this callback to the next consumer, if any |
void | Report a parsed external entity declaration.
|
void | SAX2: passes this callback to the next consumer, if any |
void | |
void | DecllHandler passed to the next consumer, unless this
one was preloaded with a particular DTD
|
void | SAX2: passes this callback to the next consumer, if any |
void | DomConsumer.Handler.ignorableWhitespace(ch[] , int start, int length) Receive notification of ignorable whitespace in element content.
|
void | EventFilter.ignorableWhitespace(ch[] , int start, int length) SAX2: passes this callback to the next consumer, if any |
void | TeeConsumer.ignorableWhitespace(ch[] , int start, int length) |
void | WellFormednessFilter.ignorableWhitespace(ch[] , int start, int length) Receive notification of ignorable whitespace in element content.
|
void | XIncludeFilter.ignorableWhitespace(ch[] , int start, int length) SAX2: passes this callback to the next consumer, if any |
void | Report an internal entity declaration.
|
void | SAX2: passes this callback to the next consumer, if any |
void | |
void | DecllHandler passed to the next consumer, unless this
one was preloaded with a particular DTD
|
void | |
void | SAX1: passes this callback to the next consumer, if any |
void | |
void | DTDHandler Records the notation name, for checking
NOTATIONS attribute values and declararations of unparsed
entities. |
void | |
void | Receive notification of a processing instruction.
|
void | SAX2: passes this callback to the next consumer, if any |
void | |
void | Receive notification of a processing instruction.
|
void | SAX2: passes this callback to the next consumer, if any |
void | Receive notification of a skipped entity.
|
void | SAX2: passes this callback to the next consumer, if any |
void | |
void | ContentHandler Reports a fatal exception. |
void | SAX2: passes this callback to the next consumer, if any |
void | Report the start of a CDATA section.
|
void | SAX2: passes this callback to the next consumer, if any |
void | |
void | Report the start of a CDATA section.
|
void | SAX2: passes this callback to the next consumer, if any |
void | Report the start of DTD declarations, if any.
|
void | SAX2: passes this callback to the next consumer, if any |
void | |
void | LexicalHandler Records the declaration of the root
element, so it can be verified later.
|
void | Report the start of DTD declarations, if any.
|
void | Receive notification of the beginning of a document.
|
void | SAX2: passes this callback to the next consumer, if any |
void | Reports an error if no Locator has been made available.
|
void | |
void | |
void | ContentHandler Ensures that state from any previous parse
has been deleted.
|
void | Receive notification of the beginning of a document.
|
void | SAX2: passes this callback to the next consumer, if any |
void | Receive notification of the beginning of an element.
|
void | SAX2: passes this callback to the next consumer, if any |
void | Collects URIs for (X)HTML content from elements which hold them.
|
void | |
void | |
void | ContentHandler Performs validity checks against element
(and document) content models, and attribute values.
|
void | Receive notification of the beginning of an element.
|
void | SAX2: passes this callback to the next consumer, if any |
void | Report the beginning of some internal and external XML entities.
|
void | SAX2: passes this callback to the next consumer, if any.
|
void | |
void | SAX2: passes this callback to the next consumer, if any.
|
void | Begin the scope of a prefix-URI Namespace mapping.
|
void | SAX2: passes this callback to the next consumer, if any |
void | This call is not passed to the next consumer in the chain.
|
void | |
void | SAX2: passes this callback to the next consumer, if any |
void | DomConsumer.Handler.unparsedEntityDecl(String name, String publicId, String SystemId, String notationName) |
void | SAX1: passes this callback to the next consumer, if any |
void | |
void | ValidationConsumer.unparsedEntityDecl(String name, String publicId, String systemId, String notationName) DTDHandler Records the entity name, for checking
ENTITY and ENTITIES attribute values; records the notation
name if it hasn't yet been declared. |
void | WellFormednessFilter.unparsedEntityDecl(String name, String publicId, String systemId, String notationName) |
Classes derived from org.xml.sax.SAXException | |
class | Exception class for an unrecognized identifier.
|
class | Exception class for an unsupported operation.
|
class | Encapsulate an XML parse error or warning.
|
Methods which throw type org.xml.sax.SAXException | |
void | ContentHandler.characters(ch[] , int start, int length) Receive notification of character data.
|
void | DocumentHandler.characters(ch[] , int start, int length) Receive notification of character data.
|
void | HandlerBase.characters(ch[] , int start, int length) Receive notification of character data inside an element.
|
void | Receive notification of the end of a document.
|
void | Receive notification of the end of a document.
|
void | Receive notification of the end of the document.
|
void | Receive notification of the end of an element.
|
void | Receive notification of the end of an element.
|
void | Receive notification of the end of an element.
|
void | End the scope of a prefix-URI mapping.
|
void | Receive notification of a recoverable error.
|
void | Receive notification of a recoverable parser error.
|
void | Receive notification of a non-recoverable error.
|
void | Report a fatal XML parsing error.
|
void | ContentHandler.ignorableWhitespace(ch[] , int start, int length) Receive notification of ignorable whitespace in element content.
|
void | DocumentHandler.ignorableWhitespace(ch[] , int start, int length) Receive notification of ignorable whitespace in element content.
|
void | HandlerBase.ignorableWhitespace(ch[] , int start, int length) Receive notification of ignorable whitespace in element content.
|
void | Receive notification of a notation declaration event.
|
void | Parse an XML document from a system identifier (URI).
|
void | Parse an XML document from a system identifier (URI).
|
void | Parse an XML document.
|
void | Parse an XML document.
|
void | Receive notification of a processing instruction.
|
void | Receive notification of a processing instruction.
|
void | Receive notification of a processing instruction.
|
InputSource | Allow the application to resolve external entities.
|
InputSource | Resolve an external entity.
|
void | Allow an application to request a locale for errors and warnings.
|
void | Receive notification of a skipped entity.
|
void | Receive notification of the beginning of a document.
|
void | Receive notification of the beginning of a document.
|
void | Receive notification of the beginning of the document.
|
void | Receive notification of the beginning of an element.
|
void | Receive notification of the beginning of an element.
|
void | Receive notification of the start of an element.
|
void | Begin the scope of a prefix-URI Namespace mapping.
|
void | Receive notification of an unparsed entity declaration event.
|
void | Receive notification of a warning.
|
void | Receive notification of a parser warning.
|
Methods which throw type org.xml.sax.SAXException | |
Schema | Creates a special schema.
|
Schema | Returns a schema based on the specified source file.
|
Schema | Returns a schema based on the specified URL.
|
Schema | Returns a schema based on the specified source resource.
|
Schema | Parses the specified sources, and combine them into a single schema.
|
void | Validate the specified input.
|
void | Validate the specified input.
|
Constructors which throw type org.xml.sax.SAXException | |
Constructor.
| |
Constructs an unconfigured event consumer,
as a terminus in a SAX event pipeline.
| |
Constructs an unconfigured event consumer,
as a stage in a SAX event pipeline.
|
Methods which throw type org.xml.sax.SAXException | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void | Consumer.Backdoor.unparsedEntityDecl(String name, String publicId, String systemId, String notationName) |
Constructors which throw type org.xml.sax.SAXException | |
Construct a new parser adapter.
| |
Create a new adapter.
|
Methods which throw type org.xml.sax.SAXException | |
void | DefaultHandler.characters(ch[] , int start, int length) Receive notification of character data inside an element.
|
void | ParserAdapter.characters(ch[] , int start, int length) Adapter implementation method; do not call.
|
void | XMLFilterImpl.characters(ch[] , int start, int length) Filter a character data event.
|
void | XMLReaderAdapter.characters(ch[] , int start, int length) Adapt a SAX2 characters event.
|
XMLReader | Attempt to create an XMLReader from system defaults.
|
XMLReader | Attempt to create an XML reader from a class name.
|
void | Receive notification of the end of the document.
|
void | Adapter implementation method; do not call.
|
void | Filter an end document event.
|
void | End document event.
|
void | Adapter implementation method; do not call.
|
void | Receive notification of the end of an element.
|
void | Filter an end element event.
|
void | Adapt a SAX2 end element event.
|
void | Receive notification of the end of a Namespace mapping.
|
void | Filter an end Namespace prefix mapping event.
|
void | Receive notification of a recoverable parser error.
|
void | Filter an error event.
|
void | Report a fatal XML parsing error.
|
void | Filter a fatal error event.
|
void | DefaultHandler.ignorableWhitespace(ch[] , int start, int length) Receive notification of ignorable whitespace in element content.
|
void | ParserAdapter.ignorableWhitespace(ch[] , int start, int length) Adapter implementation method; do not call.
|
void | XMLFilterImpl.ignorableWhitespace(ch[] , int start, int length) Filter an ignorable whitespace event.
|
void | XMLReaderAdapter.ignorableWhitespace(ch[] , int start, int length) Adapt a SAX2 ignorable whitespace event.
|
void | Receive notification of a notation declaration.
|
void | Filter a notation declaration event.
|
void | Parse an XML document.
|
void | Parse a document.
|
void | Parse the document.
|
void | Parse an XML document.
|
void | Parse a document.
|
void | Parse the document.
|
void | Receive notification of a processing instruction.
|
void | Adapter implementation method; do not call.
|
void | Filter a processing instruction event.
|
void | Adapt a SAX2 processing instruction event.
|
InputSource | Resolve an external entity.
|
InputSource | Filter an external entity resolution.
|
void | Set the locale for error reporting.
|
void | Receive notification of a skipped entity.
|
void | Filter a skipped entity event.
|
void | Adapt a SAX2 skipped entity event.
|
void | Receive notification of the beginning of the document.
|
void | Adapter implementation method; do not call.
|
void | Filter a start document event.
|
void | Start document event.
|
void | Receive notification of the start of an element.
|
void | Filter a start element event.
|
void | Adapt a SAX2 start element event.
|
void | Adapter implementation method; do not call.
|
void | Receive notification of the start of a Namespace mapping.
|
void | Filter a start Namespace prefix mapping event.
|
void | DefaultHandler.unparsedEntityDecl(String name, String publicId, String systemId, String notationName) Receive notification of an unparsed entity declaration.
|
void | XMLFilterImpl.unparsedEntityDecl(String name, String publicId, String systemId, String notationName) Filter an unparsed entity declaration event.
|
void | Receive notification of a parser warning.
|
void | Filter a warning event.
|
Methods which throw type org.xml.sax.SAXException | |
void | PersistenceParser.characters(char[] ch, int start, int length) Transfers character data to the current handler
|
void | Receive notification of the end of an element.
|
void | Receive notification of the start of an element.
|
Methods which throw type org.xml.sax.SAXException | |
Document |
Methods which throw type org.xml.sax.SAXException | |
SAXParser | Creates a new parser instance using the currently specified factory
configuration.
|
void | SAX1, SAX2: Preferred API to parse an XML document, using a
system identifier (URI).
|
void | SAX1: Preferred API to parse an XML document, using a
system identifier (URI).
|
void | SAX1, SAX2: Auxiliary API to parse an XML document, used mostly
when no URI is available.
|
void | SAX1: Underlying API to parse an XML document, used
directly when no URI is available. |
void | SAX1: Sets the locale used for diagnostics; currently,
only locales using the English language are supported.
|
void | SAX1: Sets the locale used for diagnostics; currently,
only locales using the English language are supported.
|