Uses of Class
org.xml.sax.SAXException

Packages that use SAXException
javax.xml.parsers Provides classes allowing the processing of XML documents. 
org.apache.xalan.lib Extension elements and functions shipped with Xalan-Java, including EXSLT functions. 
org.apache.xalan.lib.sql Provides extension functions for connecting to a JDBC data source, executing a query, and working incrementally through a "streamable" result set. 
org.apache.xalan.processor Parses an XSLT stylesheet document (which may include and import other stylesheet documents) and produces a StylesheetRoot (a TRaX Templates object). 
org.apache.xalan.serialize Processes SAX events into streams. 
org.apache.xalan.transformer In charge of run-time transformations and the production of result trees. 
org.apache.xalan.xsltc   
org.apache.xalan.xsltc.compiler   
org.apache.xalan.xsltc.dom   
org.apache.xalan.xsltc.runtime   
org.apache.xalan.xsltc.trax   
org.apache.xml.dtm   
org.apache.xml.dtm.ref   
org.apache.xml.dtm.ref.dom2dtm   
org.apache.xml.dtm.ref.sax2dtm   
org.apache.xml.utils Implementation of Xalan utility classes. 
org.apache.xpath Implementation of XPath; for the most part, only classes meant for public use are found at this root level of the XPath packages. 
org.apache.xpath.axes Implementation of XPath LocationPath support -- primary classes are LocPathIterator and UnionPathIterator. 
org.apache.xpath.functions Implements XPath functions -- each function is derived from Function, FunctionOneArg, Function2Args, etc, with number-of-arguments checking being applied mainly at compile time -- this package only implements XPath functions, XSLT functions are found in the "templates" package. 
org.apache.xpath.objects Implementation of XPath polymorphic type objects -- this package will grow as XPath objects are expanded to support XML Schema data types. 
org.xml.sax Simple API for XML (SAX) 
org.xml.sax.ext This package, SAX2-ext, is an extension package for SAX2. 
org.xml.sax.helpers SAX helper classes. 
 

Uses of SAXException in javax.xml.parsers
 

Methods in javax.xml.parsers that throw SAXException
 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.
 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.
 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.
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.
abstract  SAXParser SAXParserFactory.newSAXParser()
          Creates a new instance of a SAXParser using the currently configured factory parameters.
 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.
 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.lang.String uri, HandlerBase hb)
          Parse the content described by the giving Uniform Resource Identifier (URI) as XML using the specified HandlerBase.
 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.io.File f, HandlerBase hb)
          Parse the content of the file specified as XML using the specified HandlerBase.
 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(InputSource is, HandlerBase hb)
          Parse the content given InputSource as XML using the specified HandlerBase.
 void SAXParser.parse(InputSource is, DefaultHandler dh)
          Parse the content given InputSource as XML using the specified DefaultHandler.
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.
 

Uses of SAXException in org.apache.xalan.lib
 

Methods in org.apache.xalan.lib that throw SAXException
 void PipeDocument.pipeDocument(XSLProcessorContext context, ElemExtensionCall elem)
          Extension element for piping an XML document through a series of 1 or more transformations.
 void PipeDocument.usePipe(java.util.Vector vTHandler, java.lang.String source, java.lang.String target)
          Uses a Vector of TransformerHandlers to pipe XML input document through a series of 1 or more transformations.
 

Uses of SAXException in org.apache.xalan.lib.sql
 

Methods in org.apache.xalan.lib.sql that throw SAXException
 void DTMDocument.dispatchToEvents(int parm1, ContentHandler parm2)
           
 void DTMDocument.dispatchCharactersEvents(int nodeHandle, ContentHandler ch, boolean normalize)
           
 void DTMDocument.CharacterNodeHandler.characters(Node node)
           
 

Uses of SAXException in org.apache.xalan.processor
 

Subclasses of SAXException in org.apache.xalan.processor
 interface StopParseException
          **For internal use only** This is a special exception that is used to stop parsing when search for an element.
 

Methods in org.apache.xalan.processor that throw SAXException
 InputSource XSLTElementProcessor.resolveEntity(StylesheetHandler handler, java.lang.String publicId, java.lang.String systemId)
          Resolve an external entity.
 void XSLTElementProcessor.startNonText(StylesheetHandler handler)
          Receive notification of the start of the non-text event.
 void XSLTElementProcessor.startElement(StylesheetHandler handler, java.lang.String uri, java.lang.String localName, java.lang.String rawName, Attributes attributes)
          Receive notification of the start of an element.
 void XSLTElementProcessor.endElement(StylesheetHandler handler, java.lang.String uri, java.lang.String localName, java.lang.String rawName)
          Receive notification of the end of an element.
 void XSLTElementProcessor.characters(StylesheetHandler handler, char[] ch, int start, int length)
          Receive notification of character data inside an element.
 void XSLTElementProcessor.ignorableWhitespace(StylesheetHandler handler, char[] ch, int start, int length)
          Receive notification of ignorable whitespace in element content.
 void XSLTElementProcessor.processingInstruction(StylesheetHandler handler, java.lang.String target, java.lang.String data)
          Receive notification of a processing instruction.
 void XSLTElementProcessor.skippedEntity(StylesheetHandler handler, java.lang.String name)
          Receive notification of a skipped entity.
 void ProcessorTemplateElem.startElement(StylesheetHandler handler, java.lang.String uri, java.lang.String localName, java.lang.String rawName, Attributes attributes)
          Receive notification of the start of an element.
 void ProcessorTemplateElem.endElement(StylesheetHandler handler, java.lang.String uri, java.lang.String localName, java.lang.String rawName)
          Receive notification of the end of an element.
 InputSource StylesheetHandler.resolveEntity(java.lang.String publicId, java.lang.String systemId)
          Resolve an external entity.
 void StylesheetHandler.startDocument()
          Receive notification of the beginning of the document.
 void StylesheetHandler.endDocument()
          Receive notification of the end of the document.
 void StylesheetHandler.startPrefixMapping(java.lang.String prefix, java.lang.String uri)
          Receive notification of the start of a Namespace mapping.
 void StylesheetHandler.endPrefixMapping(java.lang.String prefix)
          Receive notification of the end of a Namespace mapping.
 void StylesheetHandler.startElement(java.lang.String uri, java.lang.String localName, java.lang.String rawName, Attributes attributes)
          Receive notification of the start of an element.
 void StylesheetHandler.endElement(java.lang.String uri, java.lang.String localName, java.lang.String rawName)
          Receive notification of the end of an element.
 void StylesheetHandler.characters(char[] ch, int start, int length)
          Receive notification of character data inside an element.
 void StylesheetHandler.ignorableWhitespace(char[] ch, int start, int length)
          Receive notification of ignorable whitespace in element content.
 void StylesheetHandler.processingInstruction(java.lang.String target, java.lang.String data)
          Receive notification of a processing instruction.
 void StylesheetHandler.skippedEntity(java.lang.String name)
          Receive notification of a skipped entity.
 void StylesheetHandler.warn(int msg, java.lang.Object[] args)
          **For internal use only** Warn the user of an problem.
 void StylesheetHandler.warning(SAXParseException e)
          Receive notification of a XSLT processing warning.
 void StylesheetHandler.error(SAXParseException e)
          Receive notification of a recoverable XSLT processing error.
 void StylesheetHandler.fatalError(SAXParseException e)
          Report a fatal XSLT processing error.
 void ProcessorUnknown.startElement(StylesheetHandler handler, java.lang.String uri, java.lang.String localName, java.lang.String rawName, Attributes attributes)
          Receive notification of the start of an element.
 void ProcessorUnknown.endElement(StylesheetHandler handler, java.lang.String uri, java.lang.String localName, java.lang.String rawName)
          Receive notification of the end of an element.
 void ProcessorExsltFunction.startElement(StylesheetHandler handler, java.lang.String uri, java.lang.String localName, java.lang.String rawName, Attributes attributes)
          Start an ElemExsltFunction.
 void ProcessorExsltFunction.endElement(StylesheetHandler handler, java.lang.String uri, java.lang.String localName, java.lang.String rawName)
          End an ElemExsltFunction, and verify its validity.
 void ProcessorExsltFunction.validate(ElemTemplateElement elem, StylesheetHandler handler)
          Non-recursive traversal of FunctionElement tree based on TreeWalker to verify that there are no literal result elements except within a func:result element and that the func:result element does not contain any following siblings except xsl:fallback.
 void ProcessorExsltFuncResult.startElement(StylesheetHandler handler, java.lang.String uri, java.lang.String localName, java.lang.String rawName, Attributes attributes)
          Verify that the func:result element does not appear within a variable, parameter, or another func:result, and that it belongs to a func:function element.
 void ProcessorText.endElement(StylesheetHandler handler, java.lang.String uri, java.lang.String localName, java.lang.String rawName)
          Receive notification of the end of an element.
 void ProcessorLRE.startElement(StylesheetHandler handler, java.lang.String uri, java.lang.String localName, java.lang.String rawName, Attributes attributes)
          Receive notification of the start of an element.
 void ProcessorLRE.endElement(StylesheetHandler handler, java.lang.String uri, java.lang.String localName, java.lang.String rawName)
          Receive notification of the end of an element.
 void StylesheetPIHandler.processingInstruction(java.lang.String target, java.lang.String data)
          Handle the xml-stylesheet processing instruction.
 void StylesheetPIHandler.startElement(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName, Attributes atts)
          The spec notes that "The xml-stylesheet processing instruction is allowed only in the prolog of an XML document.", so, at least for right now, I'm going to go ahead an throw a TransformerException in order to stop the parse.
 void ProcessorCharacters.startNonText(StylesheetHandler handler)
          Receive notification of the start of the non-text event.
 void ProcessorCharacters.characters(StylesheetHandler handler, char[] ch, int start, int length)
          Receive notification of character data inside an element.
 void ProcessorCharacters.endElement(StylesheetHandler handler, java.lang.String uri, java.lang.String localName, java.lang.String rawName)
          Receive notification of the end of an element.
 

Uses of SAXException in org.apache.xalan.serialize
 

Methods in org.apache.xalan.serialize that throw SAXException
 void SerializerToXML.startDocument()
          Receive notification of the beginning of a document.
 void SerializerToXML.endDocument()
          Receive notification of the end of a document.
 void SerializerToXML.startDTD(java.lang.String name, java.lang.String publicId, java.lang.String systemId)
          Report the start of DTD declarations, if any.
 void SerializerToXML.endDTD()
          Report the end of DTD declarations.
 void SerializerToXML.startPrefixMapping(java.lang.String prefix, java.lang.String uri)
          Begin the scope of a prefix-URI Namespace mapping.
 void SerializerToXML.endPrefixMapping(java.lang.String prefix)
          End the scope of a prefix-URI Namespace mapping.
 void SerializerToXML.startElement(java.lang.String namespaceURI, java.lang.String localName, java.lang.String name, Attributes atts)
          Receive notification of the beginning of an element.
 void SerializerToXML.endElement(java.lang.String namespaceURI, java.lang.String localName, java.lang.String name)
          Receive notification of the end of an element.
 void SerializerToXML.startNonEscaping()
          Starts an un-escaping section.
 void SerializerToXML.endNonEscaping()
          Ends an un-escaping section.
 void SerializerToXML.startPreserving()
          Starts a whitespace preserving section.
 void SerializerToXML.endPreserving()
          Ends a whitespace preserving section.
 void SerializerToXML.processingInstruction(java.lang.String target, java.lang.String data)
          Receive notification of a processing instruction.
 void SerializerToXML.comment(char[] ch, int start, int length)
          Report an XML comment anywhere in the document.
 void SerializerToXML.startCDATA()
          Report the start of a CDATA section.
 void SerializerToXML.endCDATA()
          Report the end of a CDATA section.
 void SerializerToXML.cdata(char[] ch, int start, int length)
          Receive notification of cdata.
 void SerializerToXML.flushWriter()
          Flush the formatter's result stream.
 void SerializerToXML.characters(char[] chars, int start, int length)
          Receive notification of character data.
 void SerializerToXML.charactersRaw(char[] ch, int start, int length)
          If available, when the disable-output-escaping attribute is used, output raw text without escaping.
 void SerializerToXML.ignorableWhitespace(char[] ch, int start, int length)
          Receive notification of ignorable whitespace in element content.
 void SerializerToXML.skippedEntity(java.lang.String name)
          Receive notification of a skipped entity.
 void SerializerToXML.startEntity(java.lang.String name)
          Report the beginning of an entity.
 void SerializerToXML.endEntity(java.lang.String name)
          Report the end of an entity.
 void SerializerToXML.entityReference(java.lang.String name)
          Receive notivication of a entityReference.
 void SerializerToXML.elementDecl(java.lang.String name, java.lang.String model)
          Report an element type declaration.
 void SerializerToXML.attributeDecl(java.lang.String eName, java.lang.String aName, java.lang.String type, java.lang.String valueDefault, java.lang.String value)
          Report an attribute type declaration.
 void SerializerToXML.internalEntityDecl(java.lang.String name, java.lang.String value)
          Report an internal entity declaration.
 void SerializerToXML.externalEntityDecl(java.lang.String name, java.lang.String publicId, java.lang.String systemId)
          Report a parsed external entity declaration.
 void SerializerToXML.writeAttrString(java.lang.String string, java.lang.String encoding)
          Returns the specified string after substituting specials, and UTF-16 surrogates for chracter references &#xnn.
 void SerializerToXML.printSpace(int n)
          Prints n spaces.
 void SerializerToXML.indent(int n)
          Prints a newline character and n spaces.
 void SerializerToHTML.startDocument()
          Receive notification of the beginning of a document.
 void SerializerToHTML.startElement(java.lang.String namespaceURI, java.lang.String localName, java.lang.String name, Attributes atts)
          Receive notification of the beginning of an element.
 void SerializerToHTML.endElement(java.lang.String namespaceURI, java.lang.String localName, java.lang.String name)
          Receive notification of the end of an element.
 void SerializerToHTML.writeAttrURI(java.lang.String string, boolean doURLEscaping)
          Write the specified string after substituting non ASCII characters, with %HH, where HH is the hex of the byte value.
 void SerializerToHTML.writeAttrString(java.lang.String string, java.lang.String encoding)
          Writes the specified string after substituting specials, and UTF-16 surrogates for character references &#xnn.
 void SerializerToHTML.characters(char[] chars, int start, int length)
          Receive notification of character data.
 void SerializerToHTML.cdata(char[] ch, int start, int length)
          Receive notification of cdata.
 void SerializerToHTML.processingInstruction(java.lang.String target, java.lang.String data)
          Receive notification of a processing instruction.
 void SerializerToHTML.entityReference(java.lang.String name)
          Receive notivication of a entityReference.
 void SerializerToText.startDocument()
          Receive notification of the beginning of a document.
 void SerializerToText.endDocument()
          Receive notification of the end of a document.
 void SerializerToText.startElement(java.lang.String namespaceURI, java.lang.String localName, java.lang.String name, Attributes atts)
          Receive notification of the beginning of an element.
 void SerializerToText.endElement(java.lang.String namespaceURI, java.lang.String localName, java.lang.String name)
          Receive notification of the end of an element.
 void SerializerToText.characters(char[] ch, int start, int length)
          Receive notification of character data.
 void SerializerToText.charactersRaw(char[] ch, int start, int length)
          If available, when the disable-output-escaping attribute is used, output raw text without escaping.
 void SerializerToText.cdata(char[] ch, int start, int length)
          Receive notification of cdata.
 void SerializerToText.ignorableWhitespace(char[] ch, int start, int length)
          Receive notification of ignorable whitespace in element content.
 void SerializerToText.processingInstruction(java.lang.String target, java.lang.String data)
          Receive notification of a processing instruction.
 void SerializerToText.comment(java.lang.String data)
          Called when a Comment is to be constructed.
 void SerializerToText.comment(char[] ch, int start, int length)
          Report an XML comment anywhere in the document.
 void SerializerToText.entityReference(java.lang.String name)
          Receive notivication of a entityReference.
 

Uses of SAXException in org.apache.xalan.transformer
 

Methods in org.apache.xalan.transformer that throw SAXException
 void ResultTreeHandler.startDocument()
          Bottleneck the startDocument event.
 void ResultTreeHandler.endDocument()
          Bottleneck the endDocument event.
 void ResultTreeHandler.startElement(java.lang.String ns, java.lang.String localName, java.lang.String name, Attributes atts)
          Bottleneck the startElement event.
 void ResultTreeHandler.endElement(java.lang.String ns, java.lang.String localName, java.lang.String name)
          Bottleneck the endElement event.
 void ResultTreeHandler.startPrefixMapping(java.lang.String prefix, java.lang.String uri)
          Begin the scope of a prefix-URI Namespace mapping.
 void ResultTreeHandler.startPrefixMapping(java.lang.String prefix, java.lang.String uri, boolean shouldFlush)
          Begin the scope of a prefix-URI Namespace mapping.
 void ResultTreeHandler.endPrefixMapping(java.lang.String prefix)
          End the scope of a prefix-URI mapping.
 void ResultTreeHandler.characters(char[] ch, int start, int length)
          Bottleneck the characters event.
 void ResultTreeHandler.characters(Node node)
           
 void ResultTreeHandler.ignorableWhitespace(char[] ch, int start, int length)
          Bottleneck the ignorableWhitespace event.
 void ResultTreeHandler.processingInstruction(java.lang.String target, java.lang.String data)
          Bottleneck the processingInstruction event.
 void ResultTreeHandler.comment(java.lang.String data)
          Bottleneck the comment event.
 void ResultTreeHandler.comment(char[] ch, int start, int length)
          Bottleneck the comment event.
 void ResultTreeHandler.entityReference(java.lang.String name)
          Entity reference event.
 void ResultTreeHandler.startEntity(java.lang.String name)
          Start an entity.
 void ResultTreeHandler.endEntity(java.lang.String name)
          End an entity.
 void ResultTreeHandler.startDTD(java.lang.String s1, java.lang.String s2, java.lang.String s3)
          Start the DTD.
 void ResultTreeHandler.endDTD()
          End the DTD.
 void ResultTreeHandler.startCDATA()
          Start the CDATACharacters.
 void ResultTreeHandler.endCDATA()
          End the CDATA characters.
 void ResultTreeHandler.skippedEntity(java.lang.String name)
          Receive notification of a skipped entity.
 void ResultTreeHandler.flushPending()
          Flush the pending element.
 void ResultTreeHandler.flushPending(boolean flushPrefixes)
          Flush the pending element, and any attributes associated with it.
 void ResultTreeHandler.outputResultTreeFragment(XObject obj, XPathContext support)
          Given a result tree fragment, walk the tree and output it to the result stream.
 void ResultTreeHandler.ensurePrefixIsDeclared(java.lang.String ns, java.lang.String rawName)
          This function checks to make sure a given prefix is really declared.
 void ResultTreeHandler.ensureNamespaceDeclDeclared(DTM dtm, int namespace)
          This function checks to make sure a given prefix is really declared.
 void ResultTreeHandler.warning(SAXParseException exception)
          Receive notification of a warning.
 void ResultTreeHandler.error(SAXParseException exception)
          Receive notification of a recoverable error.
 void ResultTreeHandler.fatalError(SAXParseException exception)
          Receive notification of a non-recoverable error.
 void TreeWalker2Result.traverse(int pos)
          Perform a pre-order traversal non-recursive style.
 void TransformerImpl.waitTransformThread()
          Used by SourceTreeHandler to wait until the transform completes
 InputSource TransformerHandlerImpl.resolveEntity(java.lang.String publicId, java.lang.String systemId)
          Filter an external entity resolution.
 void TransformerHandlerImpl.notationDecl(java.lang.String name, java.lang.String publicId, java.lang.String systemId)
          Filter a notation declaration event.
 void TransformerHandlerImpl.unparsedEntityDecl(java.lang.String name, java.lang.String publicId, java.lang.String systemId, java.lang.String notationName)
          Filter an unparsed entity declaration event.
 void TransformerHandlerImpl.startDocument()
          Filter a start document event.
 void TransformerHandlerImpl.endDocument()
          Filter an end document event.
 void TransformerHandlerImpl.startPrefixMapping(java.lang.String prefix, java.lang.String uri)
          Filter a start Namespace prefix mapping event.
 void TransformerHandlerImpl.endPrefixMapping(java.lang.String prefix)
          Filter an end Namespace prefix mapping event.
 void TransformerHandlerImpl.startElement(java.lang.String uri, java.lang.String localName, java.lang.String qName, Attributes atts)
          Filter a start element event.
 void TransformerHandlerImpl.endElement(java.lang.String uri, java.lang.String localName, java.lang.String qName)
          Filter an end element event.
 void TransformerHandlerImpl.characters(char[] ch, int start, int length)
          Filter a character data event.
 void TransformerHandlerImpl.ignorableWhitespace(char[] ch, int start, int length)
          Filter an ignorable whitespace event.
 void TransformerHandlerImpl.processingInstruction(java.lang.String target, java.lang.String data)
          Filter a processing instruction event.
 void TransformerHandlerImpl.skippedEntity(java.lang.String name)
          Filter a skipped entity event.
 void TransformerHandlerImpl.warning(SAXParseException e)
          Filter a warning event.
 void TransformerHandlerImpl.error(SAXParseException e)
          Filter an error event.
 void TransformerHandlerImpl.fatalError(SAXParseException e)
          Filter a fatal error event.
 void TransformerHandlerImpl.startDTD(java.lang.String name, java.lang.String publicId, java.lang.String systemId)
          Report the start of DTD declarations, if any.
 void TransformerHandlerImpl.endDTD()
          Report the end of DTD declarations.
 void TransformerHandlerImpl.startEntity(java.lang.String name)
          Report the beginning of an entity in content.
 void TransformerHandlerImpl.endEntity(java.lang.String name)
          Report the end of an entity.
 void TransformerHandlerImpl.startCDATA()
          Report the start of a CDATA section.
 void TransformerHandlerImpl.endCDATA()
          Report the end of a CDATA section.
 void TransformerHandlerImpl.comment(char[] ch, int start, int length)
          Report an XML comment anywhere in the document.
 void TransformerHandlerImpl.elementDecl(java.lang.String name, java.lang.String model)
          Report an element type declaration.
 void TransformerHandlerImpl.attributeDecl(java.lang.String eName, java.lang.String aName, java.lang.String type, java.lang.String valueDefault, java.lang.String value)
          Report an attribute type declaration.
 void TransformerHandlerImpl.internalEntityDecl(java.lang.String name, java.lang.String value)
          Report an internal entity declaration.
 void TransformerHandlerImpl.externalEntityDecl(java.lang.String name, java.lang.String publicId, java.lang.String systemId)
          Report a parsed external entity declaration.
 void TransformerIdentityImpl.notationDecl(java.lang.String name, java.lang.String publicId, java.lang.String systemId)
          Receive notification of a notation declaration.
 void TransformerIdentityImpl.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 TransformerIdentityImpl.startDocument()
          Receive notification of the beginning of the document.
 void TransformerIdentityImpl.endDocument()
          Receive notification of the end of the document.
 void TransformerIdentityImpl.startPrefixMapping(java.lang.String prefix, java.lang.String uri)
          Receive notification of the start of a Namespace mapping.
 void TransformerIdentityImpl.endPrefixMapping(java.lang.String prefix)
          Receive notification of the end of a Namespace mapping.
 void TransformerIdentityImpl.startElement(java.lang.String uri, java.lang.String localName, java.lang.String qName, Attributes attributes)
          Receive notification of the start of an element.
 void TransformerIdentityImpl.endElement(java.lang.String uri, java.lang.String localName, java.lang.String qName)
          Receive notification of the end of an element.
 void TransformerIdentityImpl.characters(char[] ch, int start, int length)
          Receive notification of character data inside an element.
 void TransformerIdentityImpl.ignorableWhitespace(char[] ch, int start, int length)
          Receive notification of ignorable whitespace in element content.
 void TransformerIdentityImpl.processingInstruction(java.lang.String target, java.lang.String data)
          Receive notification of a processing instruction.
 void TransformerIdentityImpl.skippedEntity(java.lang.String name)
          Receive notification of a skipped entity.
 void TransformerIdentityImpl.startDTD(java.lang.String name, java.lang.String publicId, java.lang.String systemId)
          Report the start of DTD declarations, if any.
 void TransformerIdentityImpl.endDTD()
          Report the end of DTD declarations.
 void TransformerIdentityImpl.startEntity(java.lang.String name)
          Report the beginning of an entity in content.
 void TransformerIdentityImpl.endEntity(java.lang.String name)
          Report the end of an entity.
 void TransformerIdentityImpl.startCDATA()
          Report the start of a CDATA section.
 void TransformerIdentityImpl.endCDATA()
          Report the end of a CDATA section.
 void TransformerIdentityImpl.comment(char[] ch, int start, int length)
          Report an XML comment anywhere in the document.
 void TransformerIdentityImpl.elementDecl(java.lang.String name, java.lang.String model)
          Report an element type declaration.
 void TransformerIdentityImpl.attributeDecl(java.lang.String eName, java.lang.String aName, java.lang.String type, java.lang.String valueDefault, java.lang.String value)
          Report an attribute type declaration.
 void TransformerIdentityImpl.internalEntityDecl(java.lang.String name, java.lang.String value)
          Report an internal entity declaration.
 void TransformerIdentityImpl.externalEntityDecl(java.lang.String name, java.lang.String publicId, java.lang.String systemId)
          Report a parsed external entity declaration.
 void TrAXFilter.parse(InputSource input)
          Parse a document.
 void TrAXFilter.parse(java.lang.String systemId)
          Parse a document.
 

Uses of SAXException in org.apache.xalan.xsltc
 

Subclasses of SAXException in org.apache.xalan.xsltc
 interface TransletException
           
 

Uses of SAXException in org.apache.xalan.xsltc.compiler
 

Methods in org.apache.xalan.xsltc.compiler that throw SAXException
 void Parser.startElement(java.lang.String uri, java.lang.String localname, java.lang.String qname, Attributes attributes)
          SAX2: Receive notification of the beginning of an element.
 

Uses of SAXException in org.apache.xalan.xsltc.dom
 

Methods in org.apache.xalan.xsltc.dom that throw SAXException
 void DTDMonitor.notationDecl(java.lang.String name, java.lang.String publicId, java.lang.String systemId)
          SAX2: Receive notification of a notation declaration event.
 void DTDMonitor.unparsedEntityDecl(java.lang.String name, java.lang.String publicId, java.lang.String systemId, java.lang.String notation)
          SAX2: Receive notification of an unparsed entity declaration event.
 

Constructors in org.apache.xalan.xsltc.dom that throw SAXException
DocumentCache.DocumentCache(int size)
          DocumentCache constructor
 

Uses of SAXException in org.apache.xalan.xsltc.runtime
 

Methods in org.apache.xalan.xsltc.runtime that throw SAXException
 void DefaultSAXOutputHandler.startDocument()
          SAX2: Receive notification of the beginning of a document.
 void DefaultSAXOutputHandler.endDocument()
          SAX2: Receive notification of the end of an element.
 void DefaultSAXOutputHandler.startElement(java.lang.String uri, java.lang.String localname, java.lang.String elementName, Attributes attrs)
          SAX2: Receive notification of the beginning of an element.
 void DefaultSAXOutputHandler.endElement(java.lang.String uri, java.lang.String localname, java.lang.String elementName)
          SAX2: Receive notification of the end of an element.
 void DefaultSAXOutputHandler.characters(char[] ch, int off, int len)
          SAX2: Receive notification of character data.
 void DefaultSAXOutputHandler.processingInstruction(java.lang.String target, java.lang.String data)
          SAX2: Receive notification of a processing instruction.
 void DefaultSAXOutputHandler.startDTD(java.lang.String name, java.lang.String publicId, java.lang.String systemId)
          This method is part of the LexicalHandler interface.
 void DefaultSAXOutputHandler.setOutputType(int type)
          Set the output type (either TEXT, HTML or XML) Breaks the SAX HandlerBase interface, but TextOutput will only call this method of the SAX handler is an instance of this class.
 

Uses of SAXException in org.apache.xalan.xsltc.trax
 

Methods in org.apache.xalan.xsltc.trax that throw SAXException
 void DOM2SAX.parse(InputSource unused)
           
 void DOM2SAX.parse()
           
 void DOM2SAX.parse(java.lang.String sysId)
          This class is only used internally so this method should never be called.
 void TrAXFilter.parse(InputSource input)
           
 void TrAXFilter.parse(java.lang.String systemId)
           
 void DOM2TO.parse(InputSource unused)
           
 void DOM2TO.parse()
           
 void DOM2TO.parse(java.lang.String sysId)
          This class is only used internally so this method should never be called.
 void XSLTCSource.build(XMLReader reader, java.lang.String systemId)
          Build the internal XSLTC-specific DOM.
 void XSLTCSource.build(java.lang.String systemId)
          Build the internal XSLTC-specific DOM.
 void XSLTCSource.build(XMLReader reader)
          Build the internal XSLTC-specific DOM.
 void XSLTCSource.build()
          Build the internal XSLTC-specific DOM.
 void SAX2TO.startDTD(java.lang.String name, java.lang.String publicId, java.lang.String systemId)
           
 void TransformerHandlerImpl.characters(char[] ch, int start, int length)
          Implements org.xml.sax.ContentHandler.characters() Receive notification of character data.
 void TransformerHandlerImpl.startDocument()
          Implements org.xml.sax.ContentHandler.startDocument() Receive notification of the beginning of a document.
 void TransformerHandlerImpl.endDocument()
          Implements org.xml.sax.ContentHandler.endDocument() Receive notification of the end of a document.
 void TransformerHandlerImpl.startElement(java.lang.String uri, java.lang.String localName, java.lang.String qname, Attributes attributes)
          Implements org.xml.sax.ContentHandler.startElement() Receive notification of the beginning of an element.
 void TransformerHandlerImpl.endElement(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qname)
          Implements org.xml.sax.ContentHandler.endElement() Receive notification of the end of an element.
 void TransformerHandlerImpl.processingInstruction(java.lang.String target, java.lang.String data)
          Implements org.xml.sax.ContentHandler.processingInstruction() Receive notification of a processing instruction.
 void TransformerHandlerImpl.startCDATA()
          Implements org.xml.sax.ext.LexicalHandler.startCDATA()
 void TransformerHandlerImpl.endCDATA()
          Implements org.xml.sax.ext.LexicalHandler.endCDATA()
 void TransformerHandlerImpl.comment(char[] ch, int start, int length)
          Implements org.xml.sax.ext.LexicalHandler.comment() Receieve notification of a comment
 void TransformerHandlerImpl.ignorableWhitespace(char[] ch, int start, int length)
          Implements org.xml.sax.ContentHandler.ignorableWhitespace() Receive notification of ignorable whitespace in element content.
 void TransformerHandlerImpl.skippedEntity(java.lang.String name)
          Implements org.xml.sax.ContentHandler.skippedEntity() Receive notification of a skipped entity.
 void TransformerHandlerImpl.startPrefixMapping(java.lang.String prefix, java.lang.String uri)
          Implements org.xml.sax.ContentHandler.startPrefixMapping() Begin the scope of a prefix-URI Namespace mapping.
 void TransformerHandlerImpl.endPrefixMapping(java.lang.String prefix)
          Implements org.xml.sax.ContentHandler.endPrefixMapping() End the scope of a prefix-URI Namespace mapping.
 void TransformerHandlerImpl.startDTD(java.lang.String name, java.lang.String publicId, java.lang.String systemId)
          Implements org.xml.sax.ext.LexicalHandler.startDTD()
 void TransformerHandlerImpl.endDTD()
          Implements org.xml.sax.ext.LexicalHandler.endDTD()
 void TransformerHandlerImpl.startEntity(java.lang.String name)
          Implements org.xml.sax.ext.LexicalHandler.startEntity()
 void TransformerHandlerImpl.endEntity(java.lang.String name)
          Implements org.xml.sax.ext.LexicalHandler.endEntity()
 void TransformerHandlerImpl.unparsedEntityDecl(java.lang.String name, java.lang.String publicId, java.lang.String systemId, java.lang.String notationName)
          Implements org.xml.sax.DTDHandler.unparsedEntityDecl()
 void TransformerHandlerImpl.notationDecl(java.lang.String name, java.lang.String publicId, java.lang.String systemId)
          Implements org.xml.sax.DTDHandler.notationDecl()
 void TransformerHandlerImpl.attributeDecl(java.lang.String eName, java.lang.String aName, java.lang.String type, java.lang.String valueDefault, java.lang.String value)
          Implements org.xml.sax.ext.DeclHandler.attributeDecl()
 void TransformerHandlerImpl.elementDecl(java.lang.String name, java.lang.String model)
          Implements org.xml.sax.ext.DeclHandler.elementDecl()
 void TransformerHandlerImpl.externalEntityDecl(java.lang.String name, java.lang.String publicId, java.lang.String systemId)
          Implements org.xml.sax.ext.DeclHandler.externalEntityDecl()
 void TransformerHandlerImpl.internalEntityDecl(java.lang.String name, java.lang.String value)
          Implements org.xml.sax.ext.DeclHandler.externalEntityDecl()
 void SAX2DOM.startDTD(java.lang.String name, java.lang.String publicId, java.lang.String systemId)
           
 

Uses of SAXException in org.apache.xml.dtm
 

Methods in org.apache.xml.dtm that throw SAXException
 void DTM.dispatchCharactersEvents(int nodeHandle, ContentHandler ch, boolean normalize)
          Directly call the characters method on the passed ContentHandler for the string-value of the given node (see http://www.w3.org/TR/xpath#data-model for the definition of a node's string-value).
 void DTM.dispatchToEvents(int nodeHandle, ContentHandler ch)
          Directly create SAX parser events representing the XML content of a DTM subtree.
 

Uses of SAXException in org.apache.xml.dtm.ref
 

Methods in org.apache.xml.dtm.ref that throw SAXException
abstract  void DTMDefaultBase.dispatchCharactersEvents(int nodeHandle, ContentHandler ch, boolean normalize)
          Directly call the characters method on the passed ContentHandler for the string-value of the given node (see http://www.w3.org/TR/xpath#data-model for the definition of a node's string-value).
abstract  void DTMDefaultBase.dispatchToEvents(int nodeHandle, ContentHandler ch)
          Directly create SAX parser events from a subtree.
 void DTMTreeWalker.traverse(int pos)
          Perform a non-recursive pre-order/post-order traversal, operating as a Visitor.
 void DTMTreeWalker.traverse(int pos, int top)
          Perform a non-recursive pre-order/post-order traversal, operating as a Visitor.
 void IncrementalSAXSource.startParse(InputSource source)
          Launch an XMLReader's parsing operation, feeding events to this IncrementalSAXSource.
 void IncrementalSAXSource_Filter.characters(char[] ch, int start, int length)
           
 void IncrementalSAXSource_Filter.endDocument()
           
 void IncrementalSAXSource_Filter.endElement(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName)
           
 void IncrementalSAXSource_Filter.endPrefixMapping(java.lang.String prefix)
           
 void IncrementalSAXSource_Filter.ignorableWhitespace(char[] ch, int start, int length)
           
 void IncrementalSAXSource_Filter.processingInstruction(java.lang.String target, java.lang.String data)
           
 void IncrementalSAXSource_Filter.skippedEntity(java.lang.String name)
           
 void IncrementalSAXSource_Filter.startDocument()
           
 void IncrementalSAXSource_Filter.startElement(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName, Attributes atts)
           
 void IncrementalSAXSource_Filter.startPrefixMapping(java.lang.String prefix, java.lang.String uri)
           
 void IncrementalSAXSource_Filter.comment(char[] ch, int start, int length)
           
 void IncrementalSAXSource_Filter.endCDATA()
           
 void IncrementalSAXSource_Filter.endDTD()
           
 void IncrementalSAXSource_Filter.endEntity(java.lang.String name)
           
 void IncrementalSAXSource_Filter.startCDATA()
           
 void IncrementalSAXSource_Filter.startDTD(java.lang.String name, java.lang.String publicId, java.lang.String systemId)
           
 void IncrementalSAXSource_Filter.startEntity(java.lang.String name)
           
 void IncrementalSAXSource_Filter.notationDecl(java.lang.String a, java.lang.String b, java.lang.String c)
           
 void IncrementalSAXSource_Filter.unparsedEntityDecl(java.lang.String a, java.lang.String b, java.lang.String c, java.lang.String d)
           
 void IncrementalSAXSource_Filter.error(SAXParseException exception)
           
 void IncrementalSAXSource_Filter.fatalError(SAXParseException exception)
           
 void IncrementalSAXSource_Filter.warning(SAXParseException exception)
           
 void IncrementalSAXSource_Filter.startParse(InputSource source)
          Launch a thread that will run an XMLReader's parse() operation within a thread, feeding events to this IncrementalSAXSource_Filter.
 void IncrementalSAXSource_Xerces.startParse(InputSource source)
          startParse() is a simple API which tells the IncrementalSAXSource to begin reading a document.
 void DTMDocumentImpl.characters(char[] ch, int start, int length)
           
 void DTMDocumentImpl.endDocument()
           
 void DTMDocumentImpl.endElement(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName)
           
 void DTMDocumentImpl.endPrefixMapping(java.lang.String prefix)
           
 void DTMDocumentImpl.ignorableWhitespace(char[] ch, int start, int length)
           
 void DTMDocumentImpl.processingInstruction(java.lang.String target, java.lang.String data)
           
 void DTMDocumentImpl.skippedEntity(java.lang.String name)
           
 void DTMDocumentImpl.startDocument()
           
 void DTMDocumentImpl.startElement(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName, Attributes atts)
           
 void DTMDocumentImpl.startPrefixMapping(java.lang.String prefix, java.lang.String uri)
           
 void DTMDocumentImpl.comment(char[] ch, int start, int length)
           
 void DTMDocumentImpl.endCDATA()
           
 void DTMDocumentImpl.endDTD()
           
 void DTMDocumentImpl.endEntity(java.lang.String name)
           
 void DTMDocumentImpl.startCDATA()
           
 void DTMDocumentImpl.startDTD(java.lang.String name, java.lang.String publicId, java.lang.String systemId)
           
 void DTMDocumentImpl.startEntity(java.lang.String name)
           
 void DTMDocumentImpl.dispatchCharactersEvents(int nodeHandle, ContentHandler ch, boolean normalize)
          Directly call the characters method on the passed ContentHandler for the string-value of the given node (see http://www.w3.org/TR/xpath#data-model for the definition of a node's string-value).
 void DTMDocumentImpl.dispatchToEvents(int nodeHandle, ContentHandler ch)
          Directly create SAX parser events from a subtree.
 

Uses of SAXException in org.apache.xml.dtm.ref.dom2dtm
 

Methods in org.apache.xml.dtm.ref.dom2dtm that throw SAXException
 void DOM2DTM.dispatchCharactersEvents(int nodeHandle, ContentHandler ch, boolean normalize)
          Directly call the characters method on the passed ContentHandler for the string-value of the given node (see http://www.w3.org/TR/xpath#data-model for the definition of a node's string-value).
 void DOM2DTM.dispatchToEvents(int nodeHandle, ContentHandler ch)
          Directly create SAX parser events from a subtree.
 void DOM2DTM.CharacterNodeHandler.characters(Node node)
           
 

Uses of SAXException in org.apache.xml.dtm.ref.sax2dtm
 

Methods in org.apache.xml.dtm.ref.sax2dtm that throw SAXException
 void SAX2DTM.dispatchCharactersEvents(int nodeHandle, ContentHandler ch, boolean normalize)
          Directly call the characters method on the passed ContentHandler for the string-value of the given node (see http://www.w3.org/TR/xpath#data-model for the definition of a node's string-value).
 void SAX2DTM.dispatchToEvents(int nodeHandle, ContentHandler ch)
          Directly create SAX parser events from a subtree.
 InputSource SAX2DTM.resolveEntity(java.lang.String publicId, java.lang.String systemId)
          Resolve an external entity.
 void SAX2DTM.notationDecl(java.lang.String name, java.lang.String publicId, java.lang.String systemId)
          Receive notification of a notation declaration.
 void SAX2DTM.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 SAX2DTM.startDocument()
          Receive notification of the beginning of the document.
 void SAX2DTM.endDocument()
          Receive notification of the end of the document.
 void SAX2DTM.startPrefixMapping(java.lang.String prefix, java.lang.String uri)
          Receive notification of the start of a Namespace mapping.
 void SAX2DTM.endPrefixMapping(java.lang.String prefix)
          Receive notification of the end of a Namespace mapping.
 void SAX2DTM.startElement(java.lang.String uri, java.lang.String localName, java.lang.String qName, Attributes attributes)
          Receive notification of the start of an element.
 void SAX2DTM.endElement(java.lang.String uri, java.lang.String localName, java.lang.String qName)
          Receive notification of the end of an element.
 void SAX2DTM.characters(char[] ch, int start, int length)
          Receive notification of character data inside an element.
 void SAX2DTM.ignorableWhitespace(char[] ch, int start, int length)
          Receive notification of ignorable whitespace in element content.
 void SAX2DTM.processingInstruction(java.lang.String target, java.lang.String data)
          Receive notification of a processing instruction.
 void SAX2DTM.skippedEntity(java.lang.String name)
          Receive notification of a skipped entity.
 void SAX2DTM.warning(SAXParseException e)
          Receive notification of a parser warning.
 void SAX2DTM.error(SAXParseException e)
          Receive notification of a recoverable parser error.
 void SAX2DTM.fatalError(SAXParseException e)
          Report a fatal XML parsing error.
 void SAX2DTM.elementDecl(java.lang.String name, java.lang.String model)
          Report an element type declaration.
 void SAX2DTM.attributeDecl(java.lang.String eName, java.lang.String aName, java.lang.String type, java.lang.String valueDefault, java.lang.String value)
          Report an attribute type declaration.
 void SAX2DTM.internalEntityDecl(java.lang.String name, java.lang.String value)
          Report an internal entity declaration.
 void SAX2DTM.externalEntityDecl(java.lang.String name, java.lang.String publicId, java.lang.String systemId)
          Report a parsed external entity declaration.
 void SAX2DTM.startDTD(java.lang.String name, java.lang.String publicId, java.lang.String systemId)
          Report the start of DTD declarations, if any.
 void SAX2DTM.endDTD()
          Report the end of DTD declarations.
 void SAX2DTM.startEntity(java.lang.String name)
          Report the beginning of an entity in content.
 void SAX2DTM.endEntity(java.lang.String name)
          Report the end of an entity.
 void SAX2DTM.startCDATA()
          Report the start of a CDATA section.
 void SAX2DTM.endCDATA()
          Report the end of a CDATA section.
 void SAX2DTM.comment(char[] ch, int start, int length)
          Report an XML comment anywhere in the document.
 void SAX2RTFDTM.startDocument()
          Receive notification of the beginning of a new RTF document.
 void SAX2RTFDTM.endDocument()
          Receive notification of the end of the document.
 

Uses of SAXException in org.apache.xml.utils
 

Methods in org.apache.xml.utils that throw SAXException
 void DefaultErrorHandler.warning(SAXParseException exception)
          Receive notification of a warning.
 void DefaultErrorHandler.error(SAXParseException exception)
          Receive notification of a recoverable error.
 void DefaultErrorHandler.fatalError(SAXParseException exception)
          Receive notification of a non-recoverable error.
 void ListingErrorHandler.warning(SAXParseException exception)
          Receive notification of a warning.
 void ListingErrorHandler.error(SAXParseException exception)
          Receive notification of a recoverable error.
 void ListingErrorHandler.fatalError(SAXParseException exception)
          Receive notification of a non-recoverable error.
 void XMLString.dispatchCharactersEvents(ContentHandler ch)
          Directly call the characters method on the passed ContentHandler for the string-value.
 void XMLString.dispatchAsComment(LexicalHandler lh)
          Directly call the comment method on the passed LexicalHandler for the string-value.
 void TreeWalker.traverse(Node pos)
          Perform a pre-order traversal non-recursive style.
 void TreeWalker.traverse(Node pos, Node top)
          Perform a pre-order traversal non-recursive style.
 void FastStringBuffer.sendSAXcharacters(ContentHandler ch, int start, int length)
          Sends the specified range of characters as one or more SAX characters() events.
 int FastStringBuffer.sendNormalizedSAXcharacters(ContentHandler ch, int start, int length)
          Sends the specified range of characters as one or more SAX characters() events, normalizing the characters according to XSLT rules.
static void FastStringBuffer.sendNormalizedSAXcharacters(char[] ch, int start, int length, ContentHandler handler)
          Directly normalize and dispatch the character array.
 void FastStringBuffer.sendSAXComment(LexicalHandler ch, int start, int length)
          Sends the specified range of characters as sax Comment.
 void DOMBuilder.startDocument()
          Receive notification of the beginning of a document.
 void DOMBuilder.endDocument()
          Receive notification of the end of a document.
 void DOMBuilder.startElement(java.lang.String ns, java.lang.String localName, java.lang.String name, Attributes atts)
          Receive notification of the beginning of an element.
 void DOMBuilder.endElement(java.lang.String ns, java.lang.String localName, java.lang.String name)
          Receive notification of the end of an element.
 void DOMBuilder.characters(char[] ch, int start, int length)
          Receive notification of character data.
 void DOMBuilder.charactersRaw(char[] ch, int start, int length)
          If available, when the disable-output-escaping attribute is used, output raw text without escaping.
 void DOMBuilder.startEntity(java.lang.String name)
          Report the beginning of an entity.
 void DOMBuilder.endEntity(java.lang.String name)
          Report the end of an entity.
 void DOMBuilder.entityReference(java.lang.String name)
          Receive notivication of a entityReference.
 void DOMBuilder.ignorableWhitespace(char[] ch, int start, int length)
          Receive notification of ignorable whitespace in element content.
 void DOMBuilder.processingInstruction(java.lang.String target, java.lang.String data)
          Receive notification of a processing instruction.
 void DOMBuilder.comment(char[] ch, int start, int length)
          Report an XML comment anywhere in the document.
 void DOMBuilder.startCDATA()
          Report the start of a CDATA section.
 void DOMBuilder.endCDATA()
          Report the end of a CDATA section.
 void DOMBuilder.cdata(char[] ch, int start, int length)
          Receive notification of cdata.
 void DOMBuilder.startDTD(java.lang.String name, java.lang.String publicId, java.lang.String systemId)
          Report the start of DTD declarations, if any.
 void DOMBuilder.endDTD()
          Report the end of DTD declarations.
 void DOMBuilder.startPrefixMapping(java.lang.String prefix, java.lang.String uri)
          Begin the scope of a prefix-URI Namespace mapping.
 void DOMBuilder.endPrefixMapping(java.lang.String prefix)
          End the scope of a prefix-URI mapping.
 void DOMBuilder.skippedEntity(java.lang.String name)
          Receive notification of a skipped entity.
 

Uses of SAXException in org.apache.xpath
 

Methods in org.apache.xpath that throw SAXException
 void Expression.executeCharsToContentHandler(XPathContext xctxt, ContentHandler handler)
          Execute an expression in the XPath runtime context, and return the result of the expression.
 

Uses of SAXException in org.apache.xpath.axes
 

Methods in org.apache.xpath.axes that throw SAXException
 void LocPathIterator.executeCharsToContentHandler(XPathContext xctxt, ContentHandler handler)
          Execute an expression in the XPath runtime context, and return the result of the expression.
 

Uses of SAXException in org.apache.xpath.functions
 

Methods in org.apache.xpath.functions that throw SAXException
 void FuncNormalizeSpace.executeCharsToContentHandler(XPathContext xctxt, ContentHandler handler)
          Execute an expression in the XPath runtime context, and return the result of the expression.
 

Uses of SAXException in org.apache.xpath.objects
 

Methods in org.apache.xpath.objects that throw SAXException
 void XObject.dispatchCharactersEvents(ContentHandler ch)
          Directly call the characters method on the passed ContentHandler for the string-value.
 void XNodeSet.dispatchCharactersEvents(ContentHandler ch)
          Directly call the characters method on the passed ContentHandler for the string-value.
 void XString.dispatchCharactersEvents(ContentHandler ch)
          Directly call the characters method on the passed ContentHandler for the string-value.
 void XString.dispatchAsComment(LexicalHandler lh)
          Directly call the comment method on the passed LexicalHandler for the string-value.
 void XStringForChars.dispatchCharactersEvents(ContentHandler ch)
          Directly call the characters method on the passed ContentHandler for the string-value.
 void XStringForChars.dispatchAsComment(LexicalHandler lh)
          Directly call the comment method on the passed LexicalHandler for the string-value.
 void XStringForFSB.dispatchCharactersEvents(ContentHandler ch)
          Directly call the characters method on the passed ContentHandler for the string-value.
 void XStringForFSB.dispatchAsComment(LexicalHandler lh)
          Directly call the comment method on the passed LexicalHandler for the string-value.
 

Uses of SAXException in org.xml.sax
 

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

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

Uses of SAXException in org.xml.sax.ext
 

Methods in org.xml.sax.ext that throw SAXException
 void LexicalHandler.startDTD(java.lang.String name, java.lang.String publicId, java.lang.String systemId)
          Report the start of DTD declarations, if any.
 void LexicalHandler.endDTD()
          Report the end of DTD declarations.
 void LexicalHandler.startEntity(java.lang.String name)
          Report the beginning of some internal and external XML entities.
 void LexicalHandler.endEntity(java.lang.String name)
          Report the end of an entity.
 void LexicalHandler.startCDATA()
          Report the start of a CDATA section.
 void LexicalHandler.endCDATA()
          Report the end of a CDATA section.
 void LexicalHandler.comment(char[] ch, int start, int length)
          Report an XML comment anywhere in the document.
 void DeclHandler.elementDecl(java.lang.String name, java.lang.String model)
          Report an element type declaration.
 void DeclHandler.attributeDecl(java.lang.String eName, java.lang.String aName, java.lang.String type, java.lang.String valueDefault, java.lang.String value)
          Report an attribute type declaration.
 void DeclHandler.internalEntityDecl(java.lang.String name, java.lang.String value)
          Report an internal entity declaration.
 void DeclHandler.externalEntityDecl(java.lang.String name, java.lang.String publicId, java.lang.String systemId)
          Report a parsed external entity declaration.
 

Uses of SAXException in org.xml.sax.helpers
 

Methods in org.xml.sax.helpers that throw SAXException
 InputSource DefaultHandler.resolveEntity(java.lang.String publicId, java.lang.String systemId)
          Resolve an external entity.
 void DefaultHandler.notationDecl(java.lang.String name, java.lang.String publicId, java.lang.String systemId)
          Receive notification of a notation declaration.
 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 DefaultHandler.startDocument()
          Receive notification of the beginning of the document.
 void DefaultHandler.endDocument()
          Receive notification of the end of the document.
 void DefaultHandler.startPrefixMapping(java.lang.String prefix, java.lang.String uri)
          Receive notification of the start of a Namespace mapping.
 void DefaultHandler.endPrefixMapping(java.lang.String prefix)
          Receive notification of the end of a Namespace mapping.
 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 DefaultHandler.endElement(java.lang.String uri, java.lang.String localName, java.lang.String qName)
          Receive notification of the end of an element.
 void DefaultHandler.characters(char[] ch, int start, int length)
          Receive notification of character data inside an element.
 void DefaultHandler.ignorableWhitespace(char[] ch, int start, int length)
          Receive notification of ignorable whitespace in element content.
 void DefaultHandler.processingInstruction(java.lang.String target, java.lang.String data)
          Receive notification of a processing instruction.
 void DefaultHandler.skippedEntity(java.lang.String name)
          Receive notification of a skipped entity.
 void DefaultHandler.warning(SAXParseException e)
          Receive notification of a parser warning.
 void DefaultHandler.error(SAXParseException e)
          Receive notification of a recoverable parser error.
 void DefaultHandler.fatalError(SAXParseException e)
          Report a fatal XML parsing error.
 void XMLFilterImpl.parse(InputSource input)
          Parse a document.
 void XMLFilterImpl.parse(java.lang.String systemId)
          Parse a document.
 InputSource XMLFilterImpl.resolveEntity(java.lang.String publicId, java.lang.String systemId)
          Filter an external entity resolution.
 void XMLFilterImpl.notationDecl(java.lang.String name, java.lang.String publicId, java.lang.String systemId)
          Filter a notation declaration event.
 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 XMLFilterImpl.startDocument()
          Filter a start document event.
 void XMLFilterImpl.endDocument()
          Filter an end document event.
 void XMLFilterImpl.startPrefixMapping(java.lang.String prefix, java.lang.String uri)
          Filter a start Namespace prefix mapping event.
 void XMLFilterImpl.endPrefixMapping(java.lang.String prefix)
          Filter an end Namespace prefix mapping event.
 void XMLFilterImpl.startElement(java.lang.String uri, java.lang.String localName, java.lang.String qName, Attributes atts)
          Filter a start element event.
 void XMLFilterImpl.endElement(java.lang.String uri, java.lang.String localName, java.lang.String qName)
          Filter an end element event.
 void XMLFilterImpl.characters(char[] ch, int start, int length)
          Filter a character data event.
 void XMLFilterImpl.ignorableWhitespace(char[] ch, int start, int length)
          Filter an ignorable whitespace event.
 void XMLFilterImpl.processingInstruction(java.lang.String target, java.lang.String data)
          Filter a processing instruction event.
 void XMLFilterImpl.skippedEntity(java.lang.String name)
          Filter a skipped entity event.
 void XMLFilterImpl.warning(SAXParseException e)
          Filter a warning event.
 void XMLFilterImpl.error(SAXParseException e)
          Filter an error event.
 void XMLFilterImpl.fatalError(SAXParseException e)
          Filter a fatal error event.
 void ParserAdapter.parse(java.lang.String systemId)
          Parse an XML document.
 void ParserAdapter.parse(InputSource input)
          Parse an XML document.
 void ParserAdapter.startDocument()
          Adapt a SAX1 start document event.
 void ParserAdapter.endDocument()
          Adapt a SAX1 end document event.
 void ParserAdapter.startElement(java.lang.String qName, AttributeList qAtts)
          Adapt a SAX1 startElement event.
 void ParserAdapter.endElement(java.lang.String qName)
          Adapt a SAX1 end element event.
 void ParserAdapter.characters(char[] ch, int start, int length)
          Adapt a SAX1 characters event.
 void ParserAdapter.ignorableWhitespace(char[] ch, int start, int length)
          Adapt a SAX1 ignorable whitespace event.
 void ParserAdapter.processingInstruction(java.lang.String target, java.lang.String data)
          Adapt a SAX1 processing instruction event.
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.setLocale(java.util.Locale locale)
          Set the locale for error reporting.
 void XMLReaderAdapter.parse(java.lang.String systemId)
          Parse the document.
 void XMLReaderAdapter.parse(InputSource input)
          Parse the document.
 void XMLReaderAdapter.startDocument()
          Start document event.
 void XMLReaderAdapter.endDocument()
          End document event.
 void XMLReaderAdapter.startElement(java.lang.String uri, java.lang.String localName, java.lang.String qName, Attributes atts)
          Adapt a SAX2 start element event.
 void XMLReaderAdapter.endElement(java.lang.String uri, java.lang.String localName, java.lang.String qName)
          Adapt a SAX2 end element event.
 void XMLReaderAdapter.characters(char[] ch, int start, int length)
          Adapt a SAX2 characters event.
 void XMLReaderAdapter.ignorableWhitespace(char[] ch, int start, int length)
          Adapt a SAX2 ignorable whitespace event.
 void XMLReaderAdapter.processingInstruction(java.lang.String target, java.lang.String data)
          Adapt a SAX2 processing instruction event.
 void XMLReaderAdapter.skippedEntity(java.lang.String name)
          Adapt a SAX2 skipped entity event.
 

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



Copyright © 2002 Apache XML Project. All Rights Reserved.