Uses of Class org.xml.sax.SAXException

Uses in package gnu.xml.stream

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

Uses in package gnu.xml.validation.relaxng

Methods which throw type org.xml.sax.SAXException

Schema
Schema

Uses in package org.xml.sax.ext

Methods which throw type org.xml.sax.SAXException

void
DeclHandler.attributeDecl(String eName, String aName, String type, String mode, String value)
Report an attribute type declaration.
void
DefaultHandler2.attributeDecl(String eName, String aName, String type, String mode, String value)
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
DeclHandler.externalEntityDecl(String name, String publicId, String systemId)
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
DefaultHandler2.resolveEntity(String name, String publicId, String baseURI, String systemId)
Tells the parser to resolve the systemId against the baseURI and read the entity text from that resulting absolute URI.
InputSource
EntityResolver2.resolveEntity(String name, String publicId, String baseURI, String systemId)
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
DefaultHandler2.startDTD(String name, String publicId, String systemId)
Report the start of DTD declarations, if any.
void
LexicalHandler.startDTD(String name, String publicId, String systemId)
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.

Uses in package gnu.xml.dom.ls

Methods which throw type org.xml.sax.SAXException

void
SAXEventSink.attributeDecl(String eName, String aName, String type, String mode, String value)
Report an attribute type declaration.
void
SAXEventSink.characters(char[] c, int off, int len)
void
SAXEventSink.comment(char[] c, int off, int len)
Element
SAXEventSink.createElement(String uri, String localName, String qName, Attributes atts)
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
SAXEventSink.endElement(String uri, String localName, String qName)
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
SAXEventSink.externalEntityDecl(String name, String publicId, String systemId)
Report a parsed external entity declaration.
void
void
SAXEventSink.ignorableWhitespace(char[] c, int off, int len)
void
Report an internal entity declaration.
void
SAXEventSink.notationDecl(String name, String publicId, String systemId)
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
SAXEventSink.startDTD(String name, String publicId, String systemId)
Report the start of DTD declarations, if any.
void
Receive notification of the beginning of a document.
void
SAXEventSink.startElement(String uri, String localName, String qName, Attributes atts)
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
SAXEventSink.unparsedEntityDecl(String name, String publicId, String systemId, String notationName)
Receive notification of an unparsed entity declaration event.
void

Uses in package gnu.xml.util

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
XMLWriter.attributeDecl(String eName, String aName, String type, String mode, String value)
SAX2: called on attribute declarations
void
XMLWriter.characters(ch[] , int start, int length)
SAX1: reports content characters
void
XMLWriter.comment(ch[] , int start, int length)
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
XMLWriter.endElement(String uri, String localName, String qName)
SAX2: indicates the end of an element
void
SAX2: called after parsing a general entity in content
void
XMLWriter.externalEntityDecl(String name, String publicId, String systemId)
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
XMLWriter.notationDecl(String name, String publicId, String systemId)
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
Resolver.resolveEntity(String publicId, String systemId)
Uses a local dictionary of public identifiers to resolve URIs, normally with the goal of minimizing network traffic or latencies.
InputSource
XCat.resolveEntity(String publicId, String systemId)
"Old Style" external entity resolution for parsers.
InputSource
XCat.resolveEntity(String name, String publicId, String baseURI, String systemId)
"New Style" external entity resolution for parsers.
InputSource
XCat.resolveURI(String baseURI, String uri)
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
XMLWriter.startDTD(String name, String publicId, String systemId)
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
XMLWriter.startElement(String uri, String localName, String qName, Attributes atts)
SAX2: indicates the start of an element.
void
SAX2: called before parsing a general entity in content
void
XMLWriter.unparsedEntityDecl(String name, String publicId, String systemId, String notationName)
SAX1: called on unparsed entity declarations
void
Writes the string as if characters() had been called on the contents of the string.
void
XMLWriter.writeElement(String uri, String localName, String qName, Attributes atts, int content)
Writes an element that has content consisting of a single integer, encoded as a decimal string.
void
XMLWriter.writeElement(String uri, String localName, String qName, Attributes atts, String content)
Writes an element that has content consisting of a single string.
void
XMLWriter.writeEmptyElement(String uri, String localName, String qName, Attributes atts)
Writes an empty element.

Uses in package gnu.xml.validation.xmlschema

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.

Uses in package javax.xml.parsers

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.

Uses in package gnu.xml.libxmlj.sax

Methods which throw type org.xml.sax.SAXException

SAXParser
Creates a new parser instance using the currently specified factory configuration.
void
void

Uses in package gnu.xml.pipeline

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
EventFilter.attributeDecl(String eName, String aName, String type, String mode, String value)
SAX2: passes this callback to the next consumer, if any
void
TeeConsumer.attributeDecl(String eName, String aName, String type, String mode, String value)
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
EventFilter.endElement(String uri, String localName, String qName)
SAX2: passes this callback to the next consumer, if any
void
NSFilter.endElement(String uri, String localName, String qName)
void
TeeConsumer.endElement(String uri, String localName, String qName)
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
XIncludeFilter.endElement(String uri, String localName, String qName)
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
EventFilter.externalEntityDecl(String name, String publicId, String systemId)
SAX2: passes this callback to the next consumer, if any
void
TeeConsumer.externalEntityDecl(String name, String publicId, String systemId)
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
DomConsumer.Handler.notationDecl(String name, String publicId, String SystemId)
void
EventFilter.notationDecl(String name, String publicId, String systemId)
SAX1: passes this callback to the next consumer, if any
void
TeeConsumer.notationDecl(String name, String publicId, String systemId)
void
ValidationConsumer.notationDecl(String name, String publicId, String systemId)
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
DomConsumer.Handler.startDTD(String name, String publicId, String SystemId)
Report the start of DTD declarations, if any.
void
EventFilter.startDTD(String name, String publicId, String systemId)
SAX2: passes this callback to the next consumer, if any
void
TeeConsumer.startDTD(String name, String publicId, String systemId)
void
ValidationConsumer.startDTD(String name, String publicId, String systemId)
LexicalHandler Records the declaration of the root element, so it can be verified later.
void
WellFormednessFilter.startDTD(String root, String publicId, String systemId)
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
EventFilter.startElement(String uri, String localName, String qName, Attributes atts)
SAX2: passes this callback to the next consumer, if any
void
LinkFilter.startElement(String uri, String localName, String qName, Attributes atts)
Collects URIs for (X)HTML content from elements which hold them.
void
NSFilter.startElement(String uri, String localName, String qName, Attributes atts)
void
TeeConsumer.startElement(String uri, String localName, String qName, Attributes atts)
void
ContentHandler Performs validity checks against element (and document) content models, and attribute values.
void
Receive notification of the beginning of an element.
void
XIncludeFilter.startElement(String uri, String localName, String qName, Attributes atts)
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
EventFilter.unparsedEntityDecl(String name, String publicId, String systemId, String notationName)
SAX1: passes this callback to the next consumer, if any
void
TeeConsumer.unparsedEntityDecl(String name, String publicId, String systemId, String notationName)
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)

Uses in package org.xml.sax

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
ContentHandler.endElement(String uri, String localName, String qName)
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
DTDHandler.notationDecl(String name, String publicId, String systemId)
Receive notification of a notation declaration event.
void
Parser.parse(String systemId)
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
HandlerBase.resolveEntity(String publicId, String systemId)
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
ContentHandler.startElement(String uri, String localName, String qName, Attributes atts)
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
DTDHandler.unparsedEntityDecl(String name, String publicId, String systemId, String notationName)
Receive notification of an unparsed entity declaration event.
void
Receive notification of a warning.
void
Receive notification of a parser warning.

Uses in package javax.xml.validation

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
Validator.validate(Source source, Result result)
Validate the specified input.

Uses in package gnu.xml.dom

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
Consumer.Backdoor.attributeDecl(String ename, String aname, String type, String mode, String value)
void
void
void
void
Consumer.Backdoor.endElement(String uri, String localName, String qName)
void
void
void
void
Consumer.Backdoor.notationDecl(String name, String publicId, String systemId)
void
Consumer.Backdoor.startDTD(String name, String publicId, String systemId)
void
void
Consumer.Backdoor.startElement(String uri, String localName, String qName, Attributes atts)
void
void
Consumer.Backdoor.unparsedEntityDecl(String name, String publicId, String systemId, String notationName)

Uses in package org.xml.sax.helpers

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
DefaultHandler.endElement(String uri, String localName, String qName)
Receive notification of the end of an element.
void
XMLFilterImpl.endElement(String uri, String localName, String qName)
Filter an end element event.
void
XMLReaderAdapter.endElement(String uri, String localName, String qName)
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
DefaultHandler.notationDecl(String name, String publicId, String systemId)
Receive notification of a notation declaration.
void
XMLFilterImpl.notationDecl(String name, String publicId, String systemId)
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
DefaultHandler.startElement(String uri, String localName, String qName, Attributes attributes)
Receive notification of the start of an element.
void
XMLFilterImpl.startElement(String uri, String localName, String qName, Attributes atts)
Filter a start element event.
void
XMLReaderAdapter.startElement(String uri, String localName, String qName, Attributes atts)
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.

Uses in package gnu.java.beans.decoder

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
PersistenceParser.endElement(String uri, String localName, String qName)
Receive notification of the end of an element.
void
PersistenceParser.startElement(String uri, String localName, String qName, Attributes attributes)
Receive notification of the start of an element.

Uses in package gnu.xml.libxmlj.dom

Methods which throw type org.xml.sax.SAXException

Document

Uses in package gnu.xml.aelfred2

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.