Uses of Class
org.xml.sax.SAXException

Packages that use SAXException
javax.xml.parsers Provides classes allowing the processing of XML documents. 
javax.xml.validation This package provides an API for validation of XML documents. 
org.apache.html.dom   
org.apache.xerces.jaxp   
org.apache.xerces.jaxp.validation   
org.apache.xerces.parsers   
org.apache.xerces.util   
org.apache.xml.resolver.readers Apache XML Commons Resolver Readers package. 
org.apache.xml.resolver.tools Apache XML Commons Resolver Tools package. 
org.apache.xml.serialize   
org.xml.sax This package provides the core SAX APIs. 
org.xml.sax.ext This package contains interfaces to SAX2 facilities that conformant SAX drivers won't necessarily support. 
org.xml.sax.helpers This package contains "helper" classes, including support for bootstrapping SAX-based applications. 
 

Uses of SAXException in javax.xml.parsers
 

Methods in javax.xml.parsers that throw SAXException
abstract  Parser SAXParser.getParser()
          Returns the SAX parser that is encapsultated by the implementation of this class.
abstract  XMLReader SAXParser.getXMLReader()
          Returns the XMLReader that is encapsulated by the implementation of this class.
abstract  SAXParser SAXParserFactory.newSAXParser()
          Creates a new instance of a SAXParser using the currently configured factory parameters.
 Document DocumentBuilder.parse(java.io.File f)
          Parse the content of the given file as an XML document and return a new DOM Document object.
 void SAXParser.parse(java.io.File f, DefaultHandler dh)
          Parse the content of the file specified as XML using the specified DefaultHandler.
 void SAXParser.parse(java.io.File f, HandlerBase hb)
          Parse the content of the file specified as XML using the specified HandlerBase.
abstract  Document DocumentBuilder.parse(InputSource is)
          Parse the content of the given input source as an XML document and return a new DOM Document object.
 void SAXParser.parse(InputSource is, DefaultHandler dh)
          Parse the content given InputSource as XML using the specified DefaultHandler.
 void SAXParser.parse(InputSource is, HandlerBase hb)
          Parse the content given InputSource as XML using the specified HandlerBase.
 Document DocumentBuilder.parse(java.io.InputStream is)
          Parse the content of the given InputStream as an XML document and return a new DOM Document object.
 void SAXParser.parse(java.io.InputStream is, DefaultHandler dh)
          Parse the content of the given InputStream instance as XML using the specified DefaultHandler.
 void SAXParser.parse(java.io.InputStream is, DefaultHandler dh, java.lang.String systemId)
          Parse the content of the given InputStream instance as XML using the specified DefaultHandler.
 void SAXParser.parse(java.io.InputStream is, HandlerBase hb)
          Parse the content of the given InputStream instance as XML using the specified HandlerBase.
 void SAXParser.parse(java.io.InputStream is, HandlerBase hb, java.lang.String systemId)
          Parse the content of the given InputStream instance as XML using the specified HandlerBase.
 Document DocumentBuilder.parse(java.io.InputStream is, java.lang.String systemId)
          Parse the content of the given InputStream as an XML document and return a new DOM Document object.
 Document DocumentBuilder.parse(java.lang.String uri)
          Parse the content of the given URI as an XML document and return a new DOM Document object.
 void SAXParser.parse(java.lang.String uri, DefaultHandler dh)
          Parse the content described by the giving Uniform Resource Identifier (URI) as XML using the specified DefaultHandler.
 void SAXParser.parse(java.lang.String uri, HandlerBase hb)
          Parse the content described by the giving Uniform Resource Identifier (URI) as XML using the specified HandlerBase.
 

Uses of SAXException in javax.xml.validation
 

Methods in javax.xml.validation that throw SAXException
abstract  Schema SchemaFactory.newSchema()
          Creates a special Schema object.
 Schema SchemaFactory.newSchema(java.io.File schema)
          Parses the specified File as a schema and returns it as a Schema.
 Schema SchemaFactory.newSchema(Source schema)
          Parses the specified source as a schema and returns it as a schema.
abstract  Schema SchemaFactory.newSchema(Source[] schemas)
          Parses the specified source(s) as a schema and returns it as a schema.
 Schema SchemaFactory.newSchema(java.net.URL schema)
          Parses the specified URL as a schema and returns it as a Schema.
 void Validator.validate(Source source)
          Validates the specified input.
abstract  void Validator.validate(Source source, Result result)
          Validates the specified input and send the augmented validation result to the specified output.
 

Uses of SAXException in org.apache.html.dom
 

Methods in org.apache.html.dom that throw SAXException
 void HTMLBuilder.characters(char[] text, int start, int length)
           
 void HTMLBuilder.characters(java.lang.String text)
           
 void HTMLBuilder.endDocument()
           
 void HTMLBuilder.endElement(java.lang.String tagName)
           
 void HTMLBuilder.ignorableWhitespace(char[] text, int start, int length)
           
 void HTMLBuilder.processingInstruction(java.lang.String target, java.lang.String instruction)
           
 void HTMLBuilder.startDocument()
           
 void HTMLBuilder.startElement(java.lang.String tagName, AttributeList attrList)
           
 

Uses of SAXException in org.apache.xerces.jaxp
 

Methods in org.apache.xerces.jaxp that throw SAXException
 Parser SAXParserImpl.getParser()
           
 void SAXParserImpl.JAXPSAXParser.parse(InputSource inputSource)
           
 Document DocumentBuilderImpl.parse(InputSource is)
           
 void SAXParserImpl.parse(InputSource is, DefaultHandler dh)
           
 void SAXParserImpl.parse(InputSource is, HandlerBase hb)
           
 void SAXParserImpl.JAXPSAXParser.parse(java.lang.String systemId)
           
 

Uses of SAXException in org.apache.xerces.jaxp.validation
 

Methods in org.apache.xerces.jaxp.validation that throw SAXException
 Schema XMLSchemaFactory.newSchema()
           
 Schema XMLSchemaFactory.newSchema(Source[] schemas)
           
 

Uses of SAXException in org.apache.xerces.parsers
 

Methods in org.apache.xerces.parsers that throw SAXException
 void DOMParser.parse(InputSource inputSource)
          parse
 void AbstractSAXParser.parse(InputSource inputSource)
          parse
 void DOMParser.parse(java.lang.String systemId)
          Parses the input source specified by the given system identifier.
 void AbstractSAXParser.parse(java.lang.String systemId)
          Parses the input source specified by the given system identifier.
 void AbstractSAXParser.setLocale(java.util.Locale locale)
          Set the locale to use for messages.
 

Uses of SAXException in org.apache.xerces.util
 

Methods in org.apache.xerces.util that throw SAXException
 void ErrorHandlerProxy.error(SAXParseException e)
           
 void ErrorHandlerProxy.fatalError(SAXParseException e)
           
 InputSource XMLCatalogResolver.getExternalSubset(java.lang.String name, java.lang.String baseURI)
          Locates an external subset for documents which do not explicitly provide one.
 InputSource XMLCatalogResolver.resolveEntity(java.lang.String publicId, java.lang.String systemId)
          Resolves an external entity.
 InputSource XMLCatalogResolver.resolveEntity(java.lang.String name, java.lang.String publicId, java.lang.String baseURI, java.lang.String systemId)
          Resolves an external entity.
 void ErrorHandlerProxy.warning(SAXParseException e)
           
 

Uses of SAXException in org.apache.xml.resolver.readers
 

Methods in org.apache.xml.resolver.readers that throw SAXException
 void OASISXMLCatalogReader.characters(char[] ch, int start, int length)
          The SAX characters method does nothing.
 void XCatalogReader.characters(char[] ch, int start, int length)
          The SAX characters method does nothing.
 void SAXParserHandler.characters(char[] ch, int start, int length)
           
 void SAXCatalogReader.characters(char[] ch, int start, int length)
          The SAX characters method.
 void OASISXMLCatalogReader.endDocument()
          The SAX endDocument method does nothing.
 void XCatalogReader.endDocument()
          The SAX endDocument method does nothing.
 void SAXParserHandler.endDocument()
           
 void SAXCatalogReader.endDocument()
          The SAX endDocument method.
 void SAXCatalogReader.endElement(java.lang.String name)
          The SAX endElement method.
 void OASISXMLCatalogReader.endElement(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName)
          The SAX endElement
 void XCatalogReader.endElement(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName)
          The SAX endElement method does nothing.
 void ExtendedXMLCatalogReader.endElement(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName)
          The SAX endElement method does nothing.
 void SAXParserHandler.endElement(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName)
           
 void SAXCatalogReader.endElement(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName)
          The SAX2 endElement method.
 void OASISXMLCatalogReader.endPrefixMapping(java.lang.String prefix)
          The SAX endPrefixMapping method does nothing.
 void XCatalogReader.endPrefixMapping(java.lang.String prefix)
          The SAX endPrefixMapping method does nothing.
 void SAXParserHandler.endPrefixMapping(java.lang.String prefix)
           
 void SAXCatalogReader.endPrefixMapping(java.lang.String prefix)
          The SAX endPrefixMapping method.
 void OASISXMLCatalogReader.ignorableWhitespace(char[] ch, int start, int length)
          The SAX ignorableWhitespace method does nothing.
 void XCatalogReader.ignorableWhitespace(char[] ch, int start, int length)
          The SAX ignorableWhitespace method does nothing.
 void SAXParserHandler.ignorableWhitespace(char[] ch, int start, int length)
           
 void SAXCatalogReader.ignorableWhitespace(char[] ch, int start, int length)
          The SAX ignorableWhitespace method.
 void OASISXMLCatalogReader.processingInstruction(java.lang.String target, java.lang.String data)
          The SAX processingInstruction method does nothing.
 void XCatalogReader.processingInstruction(java.lang.String target, java.lang.String data)
          The SAX processingInstruction method does nothing.
 void SAXParserHandler.processingInstruction(java.lang.String target, java.lang.String data)
           
 void SAXCatalogReader.processingInstruction(java.lang.String target, java.lang.String data)
          The SAX processingInstruction method.
 InputSource SAXParserHandler.resolveEntity(java.lang.String publicId, java.lang.String systemId)
           
 void OASISXMLCatalogReader.skippedEntity(java.lang.String name)
          The SAX skippedEntity method does nothing.
 void XCatalogReader.skippedEntity(java.lang.String name)
          The SAX skippedEntity method does nothing.
 void SAXParserHandler.skippedEntity(java.lang.String name)
           
 void SAXCatalogReader.skippedEntity(java.lang.String name)
          The SAX skippedentity method.
 void OASISXMLCatalogReader.startDocument()
          The SAX startDocument
 void XCatalogReader.startDocument()
          The SAX startDocument method does nothing.
 void SAXParserHandler.startDocument()
           
 void SAXCatalogReader.startDocument()
          The SAX startDocument method.
 void SAXCatalogReader.startElement(java.lang.String name, AttributeList atts)
          The SAX startElement method.
 void OASISXMLCatalogReader.startElement(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName, Attributes atts)
          The SAX startElement method recognizes elements from the plain catalog format and instantiates CatalogEntry objects for them.
 void XCatalogReader.startElement(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName, Attributes atts)
          The SAX startElement method recognizes elements from the plain catalog format and instantiates CatalogEntry objects for them.
 void ExtendedXMLCatalogReader.startElement(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName, Attributes atts)
          The SAX startElement method recognizes elements from the plain catalog format and instantiates CatalogEntry objects for them.
 void SAXParserHandler.startElement(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName, Attributes atts)
           
 void SAXCatalogReader.startElement(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName, Attributes atts)
          The SAX2 startElement method.
 void OASISXMLCatalogReader.startPrefixMapping(java.lang.String prefix, java.lang.String uri)
          The SAX startPrefixMapping method does nothing.
 void XCatalogReader.startPrefixMapping(java.lang.String prefix, java.lang.String uri)
          The SAX startPrefixMapping method does nothing.
 void SAXParserHandler.startPrefixMapping(java.lang.String prefix, java.lang.String uri)
           
 void SAXCatalogReader.startPrefixMapping(java.lang.String prefix, java.lang.String uri)
          The SAX startPrefixMapping method.
 

Uses of SAXException in org.apache.xml.resolver.tools
 

Methods in org.apache.xml.resolver.tools that throw SAXException
 void ResolvingParser.characters(char[] ch, int start, int length)
          Deprecated. SAX DocumentHandler API.
 void ResolvingParser.endDocument()
          Deprecated. SAX DocumentHandler API.
 void ResolvingParser.endElement(java.lang.String name)
          Deprecated. SAX DocumentHandler API.
 void ResolvingParser.ignorableWhitespace(char[] ch, int start, int length)
          Deprecated. SAX DocumentHandler API.
 void ResolvingParser.notationDecl(java.lang.String name, java.lang.String publicId, java.lang.String systemId)
          Deprecated. SAX DTDHandler API.
 void ResolvingXMLFilter.notationDecl(java.lang.String name, java.lang.String publicId, java.lang.String systemId)
          SAX DTDHandler API.
 void ResolvingParser.parse(InputSource input)
          Deprecated. SAX Parser API.
 void ResolvingXMLFilter.parse(InputSource input)
          SAX XMLReader API.
 void ResolvingParser.parse(java.lang.String systemId)
          Deprecated. SAX Parser API.
 void ResolvingXMLFilter.parse(java.lang.String systemId)
          SAX XMLReader API.
 void ResolvingParser.processingInstruction(java.lang.String target, java.lang.String pidata)
          Deprecated. SAX DocumentHandler API.
 void ResolvingXMLFilter.processingInstruction(java.lang.String target, java.lang.String pidata)
          SAX ContentHandler API.
 void ResolvingParser.setLocale(java.util.Locale locale)
          Deprecated. SAX Parser API.
 void ResolvingParser.startDocument()
          Deprecated. SAX DocumentHandler API.
 void ResolvingParser.startElement(java.lang.String name, AttributeList atts)
          Deprecated. SAX DocumentHandler API.
 void ResolvingXMLFilter.startElement(java.lang.String uri, java.lang.String localName, java.lang.String qName, Attributes atts)
          SAX ContentHandler API.
 void ResolvingParser.unparsedEntityDecl(java.lang.String name, java.lang.String publicId, java.lang.String systemId, java.lang.String notationName)
          Deprecated. SAX DTDHandler API.
 void ResolvingXMLFilter.unparsedEntityDecl(java.lang.String name, java.lang.String publicId, java.lang.String systemId, java.lang.String notationName)
          SAX DTDHandler API.
 

Uses of SAXException in org.apache.xml.serialize
 

Methods in org.apache.xml.serialize that throw SAXException
 void BaseMarkupSerializer.attributeDecl(java.lang.String eName, java.lang.String aName, java.lang.String type, java.lang.String valueDefault, java.lang.String value)
          Deprecated.  
 void TextSerializer.characters(char[] chars, int start, int length)
          Deprecated.  
 void XML11Serializer.characters(char[] chars, int start, int length)
          Deprecated.  
 void HTMLSerializer.characters(char[] chars, int start, int length)
          Deprecated.  
 void BaseMarkupSerializer.characters(char[] chars, int start, int length)
          Deprecated.  
 void BaseMarkupSerializer.comment(char[] chars, int start, int length)
          Deprecated.  
 void BaseMarkupSerializer.elementDecl(java.lang.String name, java.lang.String model)
          Deprecated.  
 void BaseMarkupSerializer.endDocument()
          Deprecated. Called at the end of the document to wrap it up.
 void TextSerializer.endElement(java.lang.String tagName)
          Deprecated.  
 void HTMLSerializer.endElement(java.lang.String tagName)
          Deprecated.  
 void XMLSerializer.endElement(java.lang.String tagName)
          Deprecated.  
 void TextSerializer.endElement(java.lang.String namespaceURI, java.lang.String localName, java.lang.String rawName)
          Deprecated.  
 void HTMLSerializer.endElement(java.lang.String namespaceURI, java.lang.String localName, java.lang.String rawName)
          Deprecated.  
 void XMLSerializer.endElement(java.lang.String namespaceURI, java.lang.String localName, java.lang.String rawName)
          Deprecated.  
 void BaseMarkupSerializer.endPrefixMapping(java.lang.String prefix)
          Deprecated.  
 void BaseMarkupSerializer.externalEntityDecl(java.lang.String name, java.lang.String publicId, java.lang.String systemId)
          Deprecated.  
 void BaseMarkupSerializer.ignorableWhitespace(char[] chars, int start, int length)
          Deprecated.  
 void BaseMarkupSerializer.internalEntityDecl(java.lang.String name, java.lang.String value)
          Deprecated.  
 void BaseMarkupSerializer.notationDecl(java.lang.String name, java.lang.String publicId, java.lang.String systemId)
          Deprecated.  
 void BaseMarkupSerializer.processingInstruction(java.lang.String target, java.lang.String code)
          Deprecated.  
 void BaseMarkupSerializer.skippedEntity(java.lang.String name)
          Deprecated.  
 void BaseMarkupSerializer.startDocument()
          Deprecated.  
 void BaseMarkupSerializer.startDTD(java.lang.String name, java.lang.String publicId, java.lang.String systemId)
          Deprecated.  
 void TextSerializer.startElement(java.lang.String tagName, AttributeList attrs)
          Deprecated.  
 void HTMLSerializer.startElement(java.lang.String tagName, AttributeList attrs)
          Deprecated.  
 void XMLSerializer.startElement(java.lang.String tagName, AttributeList attrs)
          Deprecated.  
 void TextSerializer.startElement(java.lang.String namespaceURI, java.lang.String localName, java.lang.String rawName, Attributes attrs)
          Deprecated.  
 void HTMLSerializer.startElement(java.lang.String namespaceURI, java.lang.String localName, java.lang.String rawName, Attributes attrs)
          Deprecated.  
 void XMLSerializer.startElement(java.lang.String namespaceURI, java.lang.String localName, java.lang.String rawName, Attributes attrs)
          Deprecated.  
 void BaseMarkupSerializer.startPrefixMapping(java.lang.String prefix, java.lang.String uri)
          Deprecated.  
 void BaseMarkupSerializer.unparsedEntityDecl(java.lang.String name, java.lang.String publicId, java.lang.String systemId, java.lang.String notationName)
          Deprecated.  
 

Uses of SAXException in org.xml.sax
 

Subclasses of SAXException in org.xml.sax
 class SAXNotRecognizedException
          Exception class for an unrecognized identifier.
 class SAXNotSupportedException
          Exception class for an unsupported operation.
 class SAXParseException
          Encapsulate an XML parse error or warning.
 

Methods in org.xml.sax that throw SAXException
 void HandlerBase.characters(char[] ch, int start, int length)
          Deprecated. Receive notification of character data inside an element.
 void DocumentHandler.characters(char[] ch, int start, int length)
          Deprecated. Receive notification of character data.
 void ContentHandler.characters(char[] ch, int start, int length)
          Receive notification of character data.
 void HandlerBase.endDocument()
          Deprecated. Receive notification of the end of the document.
 void DocumentHandler.endDocument()
          Deprecated. Receive notification of the end of a document.
 void ContentHandler.endDocument()
          Receive notification of the end of a document.
 void HandlerBase.endElement(java.lang.String name)
          Deprecated. Receive notification of the end of an element.
 void DocumentHandler.endElement(java.lang.String name)
          Deprecated. Receive notification of the end of an element.
 void ContentHandler.endElement(java.lang.String uri, java.lang.String localName, java.lang.String qName)
          Receive notification of the end of an element.
 void ContentHandler.endPrefixMapping(java.lang.String prefix)
          End the scope of a prefix-URI mapping.
 void HandlerBase.error(SAXParseException e)
          Deprecated. Receive notification of a recoverable parser error.
 void ErrorHandler.error(SAXParseException exception)
          Receive notification of a recoverable error.
 void HandlerBase.fatalError(SAXParseException e)
          Deprecated. Report a fatal XML parsing error.
 void ErrorHandler.fatalError(SAXParseException exception)
          Receive notification of a non-recoverable error.
 void HandlerBase.ignorableWhitespace(char[] ch, int start, int length)
          Deprecated. Receive notification of ignorable whitespace in element content.
 void DocumentHandler.ignorableWhitespace(char[] ch, int start, int length)
          Deprecated. Receive notification of ignorable whitespace in element content.
 void ContentHandler.ignorableWhitespace(char[] ch, int start, int length)
          Receive notification of ignorable whitespace in element content.
 void DTDHandler.notationDecl(java.lang.String name, java.lang.String publicId, java.lang.String systemId)
          Receive notification of a notation declaration event.
 void XMLReader.parse(InputSource input)
          Parse an XML document.
 void Parser.parse(InputSource source)
          Deprecated. Parse an XML document.
 void XMLReader.parse(java.lang.String systemId)
          Parse an XML document from a system identifier (URI).
 void Parser.parse(java.lang.String systemId)
          Deprecated. Parse an XML document from a system identifier (URI).
 void HandlerBase.processingInstruction(java.lang.String target, java.lang.String data)
          Deprecated. Receive notification of a processing instruction.
 void DocumentHandler.processingInstruction(java.lang.String target, java.lang.String data)
          Deprecated. Receive notification of a processing instruction.
 void ContentHandler.processingInstruction(java.lang.String target, java.lang.String data)
          Receive notification of a processing instruction.
 InputSource HandlerBase.resolveEntity(java.lang.String publicId, java.lang.String systemId)
          Deprecated. Resolve an external entity.
 InputSource EntityResolver.resolveEntity(java.lang.String publicId, java.lang.String systemId)
          Allow the application to resolve external entities.
 void Parser.setLocale(java.util.Locale locale)
          Deprecated. Allow an application to request a locale for errors and warnings.
 void ContentHandler.skippedEntity(java.lang.String name)
          Receive notification of a skipped entity.
 void HandlerBase.startDocument()
          Deprecated. Receive notification of the beginning of the document.
 void DocumentHandler.startDocument()
          Deprecated. Receive notification of the beginning of a document.
 void ContentHandler.startDocument()
          Receive notification of the beginning of a document.
 void HandlerBase.startElement(java.lang.String name, AttributeList attributes)
          Deprecated. Receive notification of the start of an element.
 void DocumentHandler.startElement(java.lang.String name, AttributeList atts)
          Deprecated. Receive notification of the beginning of an element.
 void ContentHandler.startElement(java.lang.String uri, java.lang.String localName, java.lang.String qName, Attributes atts)
          Receive notification of the beginning of an element.
 void ContentHandler.startPrefixMapping(java.lang.String prefix, java.lang.String uri)
          Begin the scope of a prefix-URI Namespace mapping.
 void DTDHandler.unparsedEntityDecl(java.lang.String name, java.lang.String publicId, java.lang.String systemId, java.lang.String notationName)
          Receive notification of an unparsed entity declaration event.
 void HandlerBase.warning(SAXParseException e)
          Deprecated. Receive notification of a parser warning.
 void ErrorHandler.warning(SAXParseException exception)
          Receive notification of a warning.
 

Uses of SAXException in org.xml.sax.ext
 

Methods in org.xml.sax.ext that throw SAXException
 void DefaultHandler2.attributeDecl(java.lang.String eName, java.lang.String aName, java.lang.String type, java.lang.String mode, java.lang.String value)
           
 void DeclHandler.attributeDecl(java.lang.String eName, java.lang.String aName, java.lang.String type, java.lang.String mode, java.lang.String value)
          Report an attribute type declaration.
 void LexicalHandler.comment(char[] ch, int start, int length)
          Report an XML comment anywhere in the document.
 void DefaultHandler2.comment(char[] ch, int start, int length)
           
 void DefaultHandler2.elementDecl(java.lang.String name, java.lang.String model)
           
 void DeclHandler.elementDecl(java.lang.String name, java.lang.String model)
          Report an element type declaration.
 void LexicalHandler.endCDATA()
          Report the end of a CDATA section.
 void DefaultHandler2.endCDATA()
           
 void LexicalHandler.endDTD()
          Report the end of DTD declarations.
 void DefaultHandler2.endDTD()
           
 void LexicalHandler.endEntity(java.lang.String name)
          Report the end of an entity.
 void DefaultHandler2.endEntity(java.lang.String name)
           
 void DefaultHandler2.externalEntityDecl(java.lang.String name, java.lang.String publicId, java.lang.String systemId)
           
 void DeclHandler.externalEntityDecl(java.lang.String name, java.lang.String publicId, java.lang.String systemId)
          Report a parsed external entity declaration.
 InputSource EntityResolver2.getExternalSubset(java.lang.String name, java.lang.String baseURI)
          Allows applications to provide an external subset for documents that don't explicitly define one.
 InputSource DefaultHandler2.getExternalSubset(java.lang.String name, java.lang.String baseURI)
          Tells the parser that if no external subset has been declared in the document text, none should be used.
 void DefaultHandler2.internalEntityDecl(java.lang.String name, java.lang.String value)
           
 void DeclHandler.internalEntityDecl(java.lang.String name, java.lang.String value)
          Report an internal entity declaration.
 InputSource DefaultHandler2.resolveEntity(java.lang.String publicId, java.lang.String systemId)
          Invokes EntityResolver2.resolveEntity() with null entity name and base URI.
 InputSource EntityResolver2.resolveEntity(java.lang.String name, java.lang.String publicId, java.lang.String baseURI, java.lang.String systemId)
          Allows applications to map references to external entities into input sources, or tell the parser it should use conventional URI resolution.
 InputSource DefaultHandler2.resolveEntity(java.lang.String name, java.lang.String publicId, java.lang.String baseURI, java.lang.String systemId)
          Tells the parser to resolve the systemId against the baseURI and read the entity text from that resulting absolute URI.
 void LexicalHandler.startCDATA()
          Report the start of a CDATA section.
 void DefaultHandler2.startCDATA()
           
 void LexicalHandler.startDTD(java.lang.String name, java.lang.String publicId, java.lang.String systemId)
          Report the start of DTD declarations, if any.
 void DefaultHandler2.startDTD(java.lang.String name, java.lang.String publicId, java.lang.String systemId)
           
 void LexicalHandler.startEntity(java.lang.String name)
          Report the beginning of some internal and external XML entities.
 void DefaultHandler2.startEntity(java.lang.String name)
           
 

Uses of SAXException in org.xml.sax.helpers
 

Methods in org.xml.sax.helpers that throw SAXException
 void XMLReaderAdapter.characters(char[] ch, int start, int length)
          Adapt a SAX2 characters event.
 void XMLFilterImpl.characters(char[] ch, int start, int length)
          Filter a character data event.
 void ParserAdapter.characters(char[] ch, int start, int length)
          Adapter implementation method; do not call.
 void DefaultHandler.characters(char[] ch, int start, int length)
          Receive notification of character data inside an element.
static XMLReader XMLReaderFactory.createXMLReader()
          Attempt to create an XMLReader from system defaults.
static XMLReader XMLReaderFactory.createXMLReader(java.lang.String className)
          Attempt to create an XML reader from a class name.
 void XMLReaderAdapter.endDocument()
          End document event.
 void XMLFilterImpl.endDocument()
          Filter an end document event.
 void ParserAdapter.endDocument()
          Adapter implementation method; do not call.
 void DefaultHandler.endDocument()
          Receive notification of the end of the document.
 void ParserAdapter.endElement(java.lang.String qName)
          Adapter implementation method; do not call.
 void XMLReaderAdapter.endElement(java.lang.String uri, java.lang.String localName, java.lang.String qName)
          Adapt a SAX2 end element event.
 void XMLFilterImpl.endElement(java.lang.String uri, java.lang.String localName, java.lang.String qName)
          Filter an end element event.
 void DefaultHandler.endElement(java.lang.String uri, java.lang.String localName, java.lang.String qName)
          Receive notification of the end of an element.
 void XMLFilterImpl.endPrefixMapping(java.lang.String prefix)
          Filter an end Namespace prefix mapping event.
 void DefaultHandler.endPrefixMapping(java.lang.String prefix)
          Receive notification of the end of a Namespace mapping.
 void XMLFilterImpl.error(SAXParseException e)
          Filter an error event.
 void DefaultHandler.error(SAXParseException e)
          Receive notification of a recoverable parser error.
 void XMLFilterImpl.fatalError(SAXParseException e)
          Filter a fatal error event.
 void DefaultHandler.fatalError(SAXParseException e)
          Report a fatal XML parsing error.
 void XMLReaderAdapter.ignorableWhitespace(char[] ch, int start, int length)
          Adapt a SAX2 ignorable whitespace event.
 void XMLFilterImpl.ignorableWhitespace(char[] ch, int start, int length)
          Filter an ignorable whitespace event.
 void ParserAdapter.ignorableWhitespace(char[] ch, int start, int length)
          Adapter implementation method; do not call.
 void DefaultHandler.ignorableWhitespace(char[] ch, int start, int length)
          Receive notification of ignorable whitespace in element content.
 void XMLFilterImpl.notationDecl(java.lang.String name, java.lang.String publicId, java.lang.String systemId)
          Filter a notation declaration event.
 void DefaultHandler.notationDecl(java.lang.String name, java.lang.String publicId, java.lang.String systemId)
          Receive notification of a notation declaration.
 void XMLReaderAdapter.parse(InputSource input)
          Parse the document.
 void XMLFilterImpl.parse(InputSource input)
          Parse a document.
 void ParserAdapter.parse(InputSource input)
          Parse an XML document.
 void XMLReaderAdapter.parse(java.lang.String systemId)
          Parse the document.
 void XMLFilterImpl.parse(java.lang.String systemId)
          Parse a document.
 void ParserAdapter.parse(java.lang.String systemId)
          Parse an XML document.
 void XMLReaderAdapter.processingInstruction(java.lang.String target, java.lang.String data)
          Adapt a SAX2 processing instruction event.
 void XMLFilterImpl.processingInstruction(java.lang.String target, java.lang.String data)
          Filter a processing instruction event.
 void ParserAdapter.processingInstruction(java.lang.String target, java.lang.String data)
          Adapter implementation method; do not call.
 void DefaultHandler.processingInstruction(java.lang.String target, java.lang.String data)
          Receive notification of a processing instruction.
 InputSource XMLFilterImpl.resolveEntity(java.lang.String publicId, java.lang.String systemId)
          Filter an external entity resolution.
 InputSource DefaultHandler.resolveEntity(java.lang.String publicId, java.lang.String systemId)
          Resolve an external entity.
 void XMLReaderAdapter.setLocale(java.util.Locale locale)
          Set the locale for error reporting.
 void XMLReaderAdapter.skippedEntity(java.lang.String name)
          Adapt a SAX2 skipped entity event.
 void XMLFilterImpl.skippedEntity(java.lang.String name)
          Filter a skipped entity event.
 void DefaultHandler.skippedEntity(java.lang.String name)
          Receive notification of a skipped entity.
 void XMLReaderAdapter.startDocument()
          Start document event.
 void XMLFilterImpl.startDocument()
          Filter a start document event.
 void ParserAdapter.startDocument()
          Adapter implementation method; do not call.
 void DefaultHandler.startDocument()
          Receive notification of the beginning of the document.
 void ParserAdapter.startElement(java.lang.String qName, AttributeList qAtts)
          Adapter implementation method; do not call.
 void XMLReaderAdapter.startElement(java.lang.String uri, java.lang.String localName, java.lang.String qName, Attributes atts)
          Adapt a SAX2 start element event.
 void XMLFilterImpl.startElement(java.lang.String uri, java.lang.String localName, java.lang.String qName, Attributes atts)
          Filter a start element event.
 void DefaultHandler.startElement(java.lang.String uri, java.lang.String localName, java.lang.String qName, Attributes attributes)
          Receive notification of the start of an element.
 void XMLFilterImpl.startPrefixMapping(java.lang.String prefix, java.lang.String uri)
          Filter a start Namespace prefix mapping event.
 void DefaultHandler.startPrefixMapping(java.lang.String prefix, java.lang.String uri)
          Receive notification of the start of a Namespace mapping.
 void XMLFilterImpl.unparsedEntityDecl(java.lang.String name, java.lang.String publicId, java.lang.String systemId, java.lang.String notationName)
          Filter an unparsed entity declaration event.
 void DefaultHandler.unparsedEntityDecl(java.lang.String name, java.lang.String publicId, java.lang.String systemId, java.lang.String notationName)
          Receive notification of an unparsed entity declaration.
 void XMLFilterImpl.warning(SAXParseException e)
          Filter a warning event.
 void DefaultHandler.warning(SAXParseException e)
          Receive notification of a parser warning.
 

Constructors in org.xml.sax.helpers that throw SAXException
ParserAdapter()
          Construct a new parser adapter.
XMLReaderAdapter()
          Create a new adapter.