Uses of Class org.xml.sax.SAXException

Uses in package org.apache.xml.dtm.ref.dom2dtm

Methods which throw type org.xml.sax.SAXException

void
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
Directly create SAX parser events from a subtree.

Uses in package org.apache.xml.dtm.ref

Methods which throw type org.xml.sax.SAXException

void
DTMDocumentImpl.characters(char[] ch, int start, int length)
void
IncrementalSAXSource_Filter.characters(char[] ch, int start, int length)
void
DTMDocumentImpl.comment(char[] ch, int start, int length)
void
IncrementalSAXSource_Filter.comment(char[] ch, int start, int length)
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).
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
Directly create SAX parser events from a subtree.
void
Directly create SAX parser events from a subtree.
void
Report the end of a CDATA section.
void
Report the end of a CDATA section.
void
Report the end of DTD declarations.
void
Report the end of DTD declarations.
void
Receive notification of the end of a document.
void
Receive notification of the end of a document.
void
DTMDocumentImpl.endElement(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName)
void
IncrementalSAXSource_Filter.endElement(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName)
void
DTMDocumentImpl.endEntity(java.lang.String name)
void
IncrementalSAXSource_Filter.endEntity(java.lang.String name)
void
DTMDocumentImpl.endPrefixMapping(java.lang.String prefix)
void
void
Receive notification of a recoverable error.
void
Receive notification of a non-recoverable error.
void
DTMDocumentImpl.ignorableWhitespace(char[] ch, int start, int length)
void
IncrementalSAXSource_Filter.ignorableWhitespace(char[] ch, int start, int length)
void
IncrementalSAXSource_Filter.notationDecl(String a, String b, String c)
void
DTMDocumentImpl.processingInstruction(java.lang.String target, java.lang.String data)
void
IncrementalSAXSource_Filter.processingInstruction(java.lang.String target, java.lang.String data)
void
DTMDocumentImpl.skippedEntity(java.lang.String name)
void
void
Report the start of a CDATA section.
void
Report the start of a CDATA section.
void
DTMDocumentImpl.startDTD(java.lang.String name, java.lang.String publicId, java.lang.String systemId)
void
IncrementalSAXSource_Filter.startDTD(java.lang.String name, java.lang.String publicId, java.lang.String systemId)
void
Receive notification of the beginning of a document.
void
Receive notification of the beginning of a document.
void
DTMDocumentImpl.startElement(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName, Attributes atts)
void
IncrementalSAXSource_Filter.startElement(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName, Attributes atts)
void
DTMDocumentImpl.startEntity(java.lang.String name)
void
void
Launch an XMLReader's parsing operation, feeding events to this IncrementalSAXSource.
void
Launch a thread that will run an XMLReader's parse() operation within a thread, feeding events to this IncrementalSAXSource_Filter.
void
startParse() is a simple API which tells the IncrementalSAXSource to begin reading a document.
void
DTMDocumentImpl.startPrefixMapping(java.lang.String prefix, java.lang.String uri)
void
IncrementalSAXSource_Filter.startPrefixMapping(java.lang.String prefix, java.lang.String uri)
void
Perform a non-recursive pre-order/post-order traversal, operating as a Visitor. startNode (preorder) and endNode (postorder) are invoked for each node as we traverse over them, with the result that the node is written out to m_contentHandler.
void
DTMTreeWalker.traverse(int pos, int top)
Perform a non-recursive pre-order/post-order traversal, operating as a Visitor. startNode (preorder) and endNode (postorder) are invoked for each node as we traverse over them, with the result that the node is written out to m_contentHandler.
void
IncrementalSAXSource_Filter.unparsedEntityDecl(String a, String b, String c, String d)
void
Receive notification of a warning.

Uses in package org.apache.xalan.xsltc.trax

Methods which throw type org.xml.sax.SAXException

void
TransformerHandlerImpl.attributeDecl(String eName, String aName, String type, String valueDefault, String value)
Implements org.xml.sax.ext.DeclHandler.attributeDecl()
void
TransformerHandlerImpl.characters(char[] ch, int start, int length)
Implements org.xml.sax.ContentHandler.characters() Receive notification of character data.
void
TransformerHandlerImpl.comment(char[] ch, int start, int length)
Implements org.xml.sax.ext.LexicalHandler.comment() Receieve notification of a comment
void
TransformerHandlerImpl.elementDecl(String name, String model)
Implements org.xml.sax.ext.DeclHandler.elementDecl()
void
Implements org.xml.sax.ext.LexicalHandler.endCDATA()
void
Implements org.xml.sax.ext.LexicalHandler.endDTD()
void
Just forward SAX2 event to parser object.
void
Implements org.xml.sax.ContentHandler.endDocument() Receive notification of the end of a document.
void
TransformerHandlerImpl.endElement(String namespaceURI, String localName, String qname)
Implements org.xml.sax.ContentHandler.endElement() Receive notification of the end of an element.
void
Implements org.xml.sax.ext.LexicalHandler.endEntity()
void
Implements org.xml.sax.ContentHandler.endPrefixMapping() End the scope of a prefix-URI Namespace mapping.
void
TransformerHandlerImpl.externalEntityDecl(String name, String publicId, String systemId)
Implements org.xml.sax.ext.DeclHandler.externalEntityDecl()
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.internalEntityDecl(String name, String value)
Implements org.xml.sax.ext.DeclHandler.externalEntityDecl()
void
TransformerHandlerImpl.notationDecl(String name, String publicId, String systemId)
Implements org.xml.sax.DTDHandler.notationDecl()
void
void
void
DOM2SAX.parse(String sysId)
This class is only used internally so this method should never be called.
void
DOM2TO.parse(String sysId)
This class is only used internally so this method should never be called.
void
TrAXFilter.parse(String systemId)
Parse a document.
void
void
Parse an XML document.
void
Parse a document.
void
TransformerHandlerImpl.processingInstruction(String target, String data)
Implements org.xml.sax.ContentHandler.processingInstruction() Receive notification of a processing instruction.
void
Implements org.xml.sax.ContentHandler.skippedEntity() Receive notification of a skipped entity.
void
Implements org.xml.sax.ext.LexicalHandler.startCDATA()
void
SAX2DOM.startDTD(String name, String publicId, String systemId)
Report the start of DTD declarations, if any.
void
TransformerHandlerImpl.startDTD(String name, String publicId, String systemId)
Implements org.xml.sax.ext.LexicalHandler.startDTD()
void
Implements org.xml.sax.ContentHandler.startDocument() Receive notification of the beginning of a document.
void
TemplatesHandlerImpl.startElement(String uri, String localname, String qname, Attributes attributes)
Just forward SAX2 event to parser object.
void
TransformerHandlerImpl.startElement(String uri, String localName, String qname, Attributes attributes)
Implements org.xml.sax.ContentHandler.startElement() Receive notification of the beginning of an element.
void
Implements org.xml.sax.ext.LexicalHandler.startEntity()
void
TransformerHandlerImpl.startPrefixMapping(String prefix, String uri)
Implements org.xml.sax.ContentHandler.startPrefixMapping() Begin the scope of a prefix-URI Namespace mapping.
void
TransformerHandlerImpl.unparsedEntityDecl(String name, String publicId, String systemId, String notationName)
Implements org.xml.sax.DTDHandler.unparsedEntityDecl()

Uses in package org.apache.xpath.axes

Methods which throw type org.xml.sax.SAXException

void
Execute an expression in the XPath runtime context, and return the result of the expression.

Uses in package org.apache.xalan.xsltc.dom

Constructors which throw type org.xml.sax.SAXException

DocumentCache constructor
DocumentCache constructor

Methods which throw type org.xml.sax.SAXException

void
AdaptiveResultTreeImpl.addUniqueAttribute(String qName, String value, int flags)
void
void
void
AdaptiveResultTreeImpl.characters(char[] ch, int offset, int length)
void
SAXImpl.characters(char[] ch, int start, int length)
SAX2: Receive notification of character data.
void
SimpleResultTreeImpl.characters(char[] ch, int offset, int length)
void
void
AdaptiveResultTreeImpl.comment(char[] chars, int offset, int length)
void
SAXImpl.comment(char[] ch, int start, int length)
SAX2: Report an XML comment anywhere in the document.
void
AdaptiveResultTreeImpl.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
SimpleResultTreeImpl.dispatchCharactersEvents(int nodeHandle, ContentHandler ch, boolean normalize)
void
Directly create SAX parser events representing the XML content of a DTM subtree.
void
void
void
SAX2: Receive notification of the end of a document.
void
void
AdaptiveResultTreeImpl.endElement(String elementName)
void
AdaptiveResultTreeImpl.endElement(String uri, String localName, String qName)
void
SAXImpl.endElement(String namespaceURI, String localName, String qname)
SAX2: Receive notification of the end of an element.
void
SAXImpl.ignorableWhitespace(char[] ch, int start, int length)
SAX2: Receive notification of ignorable whitespace in element content.
void
void
AdaptiveResultTreeImpl.processingInstruction(String target, String data)
void
SAXImpl.processingInstruction(String target, String data)
SAX2: Receive notification of a processing instruction.
boolean
boolean
void
We only need to override the endDocument, characters, and setEscaping interfaces.
void
SAX2: Receive notification of the beginning of a document.
void
We only need to override the endDocument, characters, and setEscaping interfaces.
void
void
AdaptiveResultTreeImpl.startElement(String uri, String localName, String qName)
void
AdaptiveResultTreeImpl.startElement(String uri, String localName, String qName, Attributes attributes)
void
SAXImpl.startElement(String uri, String localName, String qname, Attributes attributes)
SAX2: Receive notification of the beginning of an element.
void
SAXImpl.startElement(String uri, String localName, String qname, Attributes attributes, Node node)
Specialized interface used by DOM2SAX.
void
SAXImpl.startPrefixMapping(String prefix, String uri)
SAX2: Begin the scope of a prefix-URI Namespace mapping.

Uses in package org.apache.xalan.lib.sql

Methods which throw type org.xml.sax.SAXException

void
void
DTMDocument.dispatchCharactersEvents(int nodeHandle, ContentHandler ch, boolean normalize)
void

Uses in package org.apache.xalan.transformer

Methods which throw type org.xml.sax.SAXException

void
TransformerHandlerImpl.attributeDecl(String eName, String aName, String type, String valueDefault, String value)
Report an attribute type declaration.
void
TransformerIdentityImpl.attributeDecl(String eName, String aName, String type, String valueDefault, String value)
Report an attribute type declaration.
void
TransformerHandlerImpl.characters(ch[] , int start, int length)
Filter a character data event.
void
TransformerIdentityImpl.characters(ch[] , int start, int length)
Receive notification of character data inside an element.
void
TransformerHandlerImpl.comment(ch[] , int start, int length)
Report an XML comment anywhere in the document.
void
TransformerIdentityImpl.comment(ch[] , int start, int length)
Report an XML comment anywhere in the document.
void
TransformerHandlerImpl.elementDecl(String name, String model)
Report an element type declaration.
void
TransformerIdentityImpl.elementDecl(String name, String model)
Report an element type declaration.
void
Report the end of a CDATA section.
void
Report the end of a CDATA section.
void
Report the end of DTD declarations.
void
Report the end of DTD declarations.
void
Filter an end document event.
void
Receive notification of the end of the document.
void
TransformerHandlerImpl.endElement(String uri, String localName, String qName)
Filter an end element event.
void
TransformerIdentityImpl.endElement(String uri, String localName, String qName)
Receive notification of the end of an element.
void
Report the end of an entity.
void
Report the end of an entity.
void
Filter an end Namespace prefix mapping event.
void
Receive notification of the end of a Namespace mapping.
void
Filter an error event.
void
TransformerHandlerImpl.externalEntityDecl(String name, String publicId, String systemId)
Report a parsed external entity declaration.
void
TransformerIdentityImpl.externalEntityDecl(String name, String publicId, String systemId)
Report a parsed external entity declaration.
void
Filter a fatal error event.
void
TransformerHandlerImpl.ignorableWhitespace(ch[] , int start, int length)
Filter an ignorable whitespace event.
void
TransformerIdentityImpl.ignorableWhitespace(ch[] , int start, int length)
Receive notification of ignorable whitespace in element content.
void
TransformerHandlerImpl.internalEntityDecl(String name, String value)
Report an internal entity declaration.
void
TransformerIdentityImpl.internalEntityDecl(String name, String value)
Report an internal entity declaration.
void
TransformerHandlerImpl.notationDecl(String name, String publicId, String systemId)
Filter a notation declaration event.
void
TransformerIdentityImpl.notationDecl(String name, String publicId, String systemId)
Receive notification of a notation declaration.
void
TrAXFilter.parse(String systemId)
Parse a document.
void
Parse a document.
void
TransformerHandlerImpl.processingInstruction(String target, String data)
Filter a processing instruction event.
void
TransformerIdentityImpl.processingInstruction(String target, String data)
Receive notification of a processing instruction.
InputSource
TransformerHandlerImpl.resolveEntity(String publicId, String systemId)
Filter an external entity resolution.
void
Filter a skipped entity event.
void
Receive notification of a skipped entity.
void
Report the start of a CDATA section.
void
Report the start of a CDATA section.
void
TransformerHandlerImpl.startDTD(String name, String publicId, String systemId)
Report the start of DTD declarations, if any.
void
TransformerIdentityImpl.startDTD(String name, String publicId, String systemId)
Report the start of DTD declarations, if any.
void
Filter a start document event.
void
Receive notification of the beginning of the document.
void
TransformerHandlerImpl.startElement(String uri, String localName, String qName, Attributes atts)
Filter a start element event.
void
TransformerIdentityImpl.startElement(String uri, String localName, String qName, Attributes attributes)
Receive notification of the start of an element.
void
Report the beginning of an entity in content.
void
Report the beginning of an entity in content.
void
TransformerHandlerImpl.startPrefixMapping(String prefix, String uri)
Filter a start Namespace prefix mapping event.
void
TransformerIdentityImpl.startPrefixMapping(String prefix, String uri)
Receive notification of the start of a Namespace mapping.
void
Perform a pre-order traversal non-recursive style.
void
TransformerHandlerImpl.unparsedEntityDecl(String name, String publicId, String systemId, String notationName)
Filter an unparsed entity declaration event.
void
TransformerIdentityImpl.unparsedEntityDecl(String name, String publicId, String systemId, String notationName)
Receive notification of an unparsed entity declaration.
void
Used by SourceTreeHandler to wait until the transform completes
void
Filter a warning event.

Uses in package org.xml.sax.helpers

Constructors which throw type org.xml.sax.SAXException

Construct a new parser adapter.
Create a new adapter.

Methods which throw type org.xml.sax.SAXException

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

Uses in package org.apache.xpath

Methods which throw type org.xml.sax.SAXException

void
Execute an expression in the XPath runtime context, and return the result of the expression.

Uses in package org.xml.sax

Classes derived from org.xml.sax.SAXException

class
Exception class for an unrecognized identifier.
class
Exception class for an unsupported operation.
class
Encapsulate an XML parse error or warning.

Methods which throw type org.xml.sax.SAXException

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

Uses in package org.apache.xml.serializer

Methods which throw type org.xml.sax.SAXException

void
EmptySerializer.addAttribute(String uri, String localName, String rawName, String type, String value)
void
ExtendedContentHandler.addAttribute(String uri, String localName, String rawName, String type, String value)
Add at attribute to the current element
void
SerializerBase.addAttribute(String uri, String localName, String rawName, String type, String value)
Adds the given attribute to the set of collected attributes , but only if there is a currently open element.
void
ToUnknownStream.addAttribute(String uri, String localName, String rawName, String type, String value)
Adds an attribute to the currenly open tag
void
ToXMLSAXHandler.addAttribute(String uri, String localName, String rawName, String type, String value)
Adds the given attribute to the set of attributes, and also makes sure that the needed prefix/uri mapping is declared, but only if there is a currently open element.
void
ToXMLStream.addAttribute(String uri, String localName, String rawName, String type, String value)
Add at attribute to the current element
void
void
Add attributes to the current element
void
Add the given attributes to the currently collected ones.
void
void
EmptySerializer.addUniqueAttribute(String name, String value, int flags)
void
ExtendedContentHandler.addUniqueAttribute(String qName, String value, int flags)
Add a unique attribute to the current element.
void
ToHTMLStream.addUniqueAttribute(String name, String value, int flags)
This method is used to add an attribute to the currently open element.
void
ToSAXHandler.addUniqueAttribute(String qName, String value, int flags)
Add a unique attribute
void
ToTextStream.addUniqueAttribute(String qName, String value, int flags)
Add a unique attribute
void
ToUnknownStream.addUniqueAttribute(String rawName, String value, int flags)
Adds a unique attribute to the currenly open tag
void
ToXMLStream.addUniqueAttribute(String name, String value, int flags)
This method is used to add an attribute to the currently open element.
void
EmptySerializer.attributeDecl(String arg0, String arg1, String arg2, String arg3, String arg4)
void
ToHTMLSAXHandler.attributeDecl(String eName, String aName, String type, String valueDefault, String value)
Does nothing.
void
ToHTMLStream.attributeDecl(String eName, String aName, String type, String valueDefault, String value)
This method does nothing.
void
ToStream.attributeDecl(String eName, String aName, String type, String valueDefault, String value)
Report an attribute type declaration.
void
ToTextSAXHandler.attributeDecl(String arg0, String arg1, String arg2, String arg3, String arg4)
void
ToUnknownStream.attributeDecl(String arg0, String arg1, String arg2, String arg3, String arg4)
Pass the call on to the underlying handler
void
ToXMLSAXHandler.attributeDecl(String arg0, String arg1, String arg2, String arg3, String arg4)
void
ToHTMLStream.cdata(ch[] , int start, int length)
Receive notification of cdata.
void
ToTextStream.cdata(ch[] , int start, int length)
Receive notification of cdata.
void
void
This method is used to notify of a character event, but passing the data as a character String rather than the standard character array.
void
Receive notification of character data.
void
ToSAXHandler.characters(String characters)
Receive notification of character data.
void
ToStream.characters(String s)
Receive notification of character data.
void
ToTextSAXHandler.characters(String characters)
void
ToTextStream.characters(String characters)
From XSLTC
void
Converts the String to a character array and calls the SAX method characters(char[],int,int);
void
void
ToTextStream.characters(ch[] , int start, int length)
Receive notification of character data.
void
EmptySerializer.characters(char[] arg0, int arg1, int arg2)
void
ToHTMLSAXHandler.characters(char[] ch, int off, int len)
Receive notification of character data.
void
ToTextSAXHandler.characters(char[] characters, int offset, int length)
void
ToUnknownStream.characters(char[] characters, int offset, int length)
Pass the call on to the underlying handler
void
ToXMLSAXHandler.characters(char[] ch, int off, int len)
void
ToHTMLStream.characters(chars[] , int start, int length)
Receive notification of character data.
void
ToStream.characters(chars[] , int start, int length)
Receive notification of character data.
void
This method gets the nodes value as a String and uses that String as if it were an input character notification.
void
This method gets the node's value as a String and uses that String as if it were an input character notification.
void
ToTextStream.charactersRaw(ch[] , int start, int length)
If available, when the disable-output-escaping attribute is used, output raw text without escaping.
void
Closes ane open cdata tag, and unlike the this.endCDATA() method (from the LexicalHandler) interface, this "internal" method will send the endCDATA() call to the wrapped handler.
void
EmptySerializer.comment(String comment)
void
This method is used to notify of a comment
void
SerializerBase.comment(String data)
Receive notification of a comment.
void
ToSAXHandler.comment(String comment)
Receive notification of a comment.
void
Receive notification of a comment.
void
ToTextStream.comment(String data)
Called when a Comment is to be constructed.
void
ToUnknownStream.comment(String comment)
Pass the call on to the underlying handler
void
ToHTMLStream.comment(ch[] , int start, int length)
Receive notification of an XML comment anywhere in the document.
void
ToStream.comment(ch[] , int start, int length)
Receive notification of an XML comment anywhere in the document.
void
ToTextSAXHandler.comment(ch[] , int start, int length)
Report an XML comment anywhere in the document.
void
ToTextStream.comment(ch[] , int start, int length)
Report an XML comment anywhere in the document.
void
EmptySerializer.comment(char[] arg0, int arg1, int arg2)
void
ToHTMLSAXHandler.comment(char[] ch, int start, int length)
Receive notification of a comment anywhere in the document.
void
ToUnknownStream.comment(char[] ch, int start, int length)
Pass the call on to the underlying handler
void
ToXMLSAXHandler.comment(char[] arg0, int arg1, int arg2)
void
EmptySerializer.elementDecl(String arg0, String arg1)
void
ToHTMLSAXHandler.elementDecl(String name, String model)
Does nothing.
void
ToHTMLStream.elementDecl(String name, String model)
This method does nothing.
void
ToStream.elementDecl(String name, String model)
Report an element type declaration.
void
ToTextSAXHandler.elementDecl(String arg0, String arg1)
void
ToUnknownStream.elementDecl(String arg0, String arg1)
Pass the call on to the underlying handler
void
ToXMLSAXHandler.elementDecl(String arg0, String arg1)
void
void
Does nothing.
void
Report the end of a CDATA section.
void
void
void
Pass the call on to the underlying handler
void
void
void
Does nothing.
void
Report the end of DTD declarations.
void
Report the end of DTD declarations.
void
void
Pass the call on to the underlying handler
void
void
void
Receive notification of the end of a document.
void
Receive notification of the end of a document.
void
From XSLTC
void
Receive notification of the end of a document.
void
Pass the call on to the underlying handler
void
Receives notification of the end of the document.
void
Receive notification of the end of a document.
void
EmptySerializer.endElement(String elemName)
void
This method is used to notify that an element has ended.
void
ToHTMLSAXHandler.endElement(String elementName)
Receive notification of the end of an element.
void
ToHTMLStream.endElement(String elemName)
void
ToStream.endElement(String name)
Receive notification of the end of an element.
void
ToTextSAXHandler.endElement(String elemName)
From XSLTC
void
ToTextStream.endElement(String elemName)
void
ToUnknownStream.endElement(String elementName)
Pass the call on to the underlying handler
void
ToXMLSAXHandler.endElement(String elemName)
void
ToXMLStream.endElement(String elemName)
void
EmptySerializer.endElement(String arg0, String arg1, String arg2)
void
ToHTMLSAXHandler.endElement(String uri, String localName, String qName)
Receive notification of the end of an element.
void
ToHTMLStream.endElement(String namespaceURI, String localName, String name)
Receive notification of the end of an element.
void
ToStream.endElement(String namespaceURI, String localName, String name)
Receive notification of the end of an element.
void
ToTextSAXHandler.endElement(String arg0, String arg1, String arg2)
void
ToTextStream.endElement(String namespaceURI, String localName, String name)
Receive notification of the end of an element.
void
ToUnknownStream.endElement(String namespaceURI, String localName, String qName)
Pass the call on to the underlying handler
void
ToXMLSAXHandler.endElement(String namespaceURI, String localName, String qName)
void
void
Report the end of an entity.
void
Pass the call on to the underlying handler
void
Ends an un-escaping section.
void
void
Does nothing.
void
ToStream.endPrefixMapping(String prefix)
End the scope of a prefix-URI Namespace mapping.
void
void
Pass the call on to the underlying handler
void
void
Ends a whitespace preserving section.
void
EmptySerializer.entityReference(String entityName)
void
Notify of an entity reference.
void
Entity reference event.
void
Receive notivication of a entityReference.
void
Receive notivication of a entityReference.
void
ToUnknownStream.entityReference(String entityName)
void
Receive notivication of a entityReference.
void
void
void
void
EmptySerializer.externalEntityDecl(String arg0, String arg1, String arg2)
void
ToHTMLSAXHandler.externalEntityDecl(String arg0, String arg1, String arg2)
void
ToHTMLStream.externalEntityDecl(String name, String publicId, String systemId)
This method does nothing.
void
ToStream.externalEntityDecl(String name, String publicId, String systemId)
Report a parsed external entity declaration.
void
ToTextSAXHandler.externalEntityDecl(String arg0, String arg1, String arg2)
void
ToUnknownStream.externalEntityDecl(String name, String publicId, String systemId)
Pass the call on to the underlying handler
void
ToXMLSAXHandler.externalEntityDecl(String arg0, String arg1, String arg2)
void
void
void
void
To fire off end entity trace event
void
void
Flush any pending events currently queued up in the serializer.
void
This method flushes any pending events, which can be startDocument() closing the opening tag of an element, or closing an open CDATA section.
void
This method flushes any pending events, which can be startDocument() closing the opening tag of an element, or closing an open CDATA section.
void
This method flushes any pending events, which can be startDocument() closing the opening tag of an element, or closing an open CDATA section.
void
This method flushes any pending events, which can be startDocument() closing the opening tag of an element, or closing an open CDATA section.
void
void
ToStream.ignorableWhitespace(ch[] , int start, int length)
Receive notification of ignorable whitespace in element content.
void
ToTextStream.ignorableWhitespace(ch[] , int start, int length)
Receive notification of ignorable whitespace in element content.
void
EmptySerializer.ignorableWhitespace(char[] arg0, int arg1, int arg2)
void
ToHTMLSAXHandler.ignorableWhitespace(char[] ch, int start, int length)
Does nothing.
void
ToTextSAXHandler.ignorableWhitespace(char[] arg0, int arg1, int arg2)
void
ToUnknownStream.ignorableWhitespace(char[] ch, int start, int length)
Pass the call on to the underlying handler
void
ToXMLSAXHandler.ignorableWhitespace(char[] arg0, int arg1, int arg2)
void
Does nothing.
void
Does nothing because the indent attribute is ignored for text output.
void
Do nothing for SAX.
void
EmptySerializer.internalEntityDecl(String arg0, String arg1)
void
ToHTMLSAXHandler.internalEntityDecl(String name, String value)
Does nothing.
void
ToHTMLStream.internalEntityDecl(String name, String value)
This method does nothing.
void
ToStream.internalEntityDecl(String name, String value)
Report an internal entity declaration.
void
ToTextSAXHandler.internalEntityDecl(String arg0, String arg1)
void
ToUnknownStream.internalEntityDecl(String arg0, String arg1)
Pass the call on to the underlying handler
void
ToXMLSAXHandler.internalEntityDecl(String arg0, String arg1)
void
EmptySerializer.namespaceAfterStartElement(String uri, String prefix)
void
This method is used to notify that a prefix mapping is to start, but after an element is started.
void
SerializerBase.namespaceAfterStartElement(String uri, String prefix)
This method is used when a prefix/uri namespace mapping is indicated after the element was started with a startElement() and before and endElement().
void
ToHTMLSAXHandler.namespaceAfterStartElement(String prefix, String uri)
This method is used when a prefix/uri namespace mapping is indicated after the element was started with a startElement() and before and endElement().
void
ToHTMLStream.namespaceAfterStartElement(String prefix, String uri)
This method is used when a prefix/uri namespace mapping is indicated after the element was started with a startElement() and before and endElement().
void
ToTextSAXHandler.namespaceAfterStartElement(String prefix, String uri)
This method is used to notify that a prefix mapping is to start, but after an element is started.
void
ToTextStream.namespaceAfterStartElement(String prefix, String uri)
This method is used to notify that a prefix mapping is to start, but after an element is started.
void
ToUnknownStream.namespaceAfterStartElement(String prefix, String uri)
This method is used when a prefix/uri namespace mapping is indicated after the element was started with a startElement() and before and endElement().
void
ToXMLSAXHandler.namespaceAfterStartElement(String prefix, String uri)
Send a namespace declaration in the output document.
void
ToXMLStream.namespaceAfterStartElement(String prefix, String uri)
From XSLTC Related to startPrefixMapping ?
void
ToHTMLStream.processAttributes(java.io.Writer writer, int nAttrs)
Process the attributes, which means to write out the currently collected attributes to the writer.
void
ToStream.processAttributes(java.io.Writer writer, int nAttrs)
Process the attributes, which means to write out the currently collected attributes to the writer.
void
EmptySerializer.processingInstruction(String arg0, String arg1)
void
ToHTMLSAXHandler.processingInstruction(String arg0, String arg1)
Receive notification of a processing instruction.
void
ToHTMLStream.processingInstruction(String target, String data)
Receive notification of a processing instruction.
void
ToSAXHandler.processingInstruction(String target, String data)
Do nothing as this is an abstract class.
void
ToTextSAXHandler.processingInstruction(String arg0, String arg1)
From XSLTC
void
ToTextStream.processingInstruction(String target, String data)
Receive notification of a processing instruction.
void
ToUnknownStream.processingInstruction(String target, String data)
Pass the call on to the underlying handler
void
ToXMLSAXHandler.processingInstruction(String target, String data)
void
ToXMLStream.processingInstruction(String target, String data)
Receive notification of a processing instruction.
boolean
EmptySerializer.setEscaping(boolean escape)
boolean
Turns special character escaping on/off.
boolean
ToHTMLSAXHandler.setEscaping(boolean escape)
Turns special character escaping on/off.
boolean
ToUnknownStream.setEscaping(boolean escape)
boolean
ToXMLSAXHandler.setEscaping(boolean escape)
void
void
Does nothing.
void
ToStream.skippedEntity(String name)
Receive notification of a skipped entity.
void
void
Pass the call on to the underlying handler
void
void
void
Does nothing.
void
Report the start of a CDATA section.
void
void
Pass the call on to the underlying handler
void
Report the start of a CDATA section.
void
EmptySerializer.startDTD(String arg0, String arg1, String arg2)
void
ToHTMLStream.startDTD(String name, String publicId, String systemId)
Report the start of DTD declarations, if any.
void
ToSAXHandler.startDTD(String arg0, String arg1, String arg2)
Do nothing.
void
ToStream.startDTD(String name, String publicId, String systemId)
Report the start of DTD declarations, if any.
void
ToUnknownStream.startDTD(String name, String publicId, String systemId)
Pass the call on to the underlying handler
void
void
Receive notification of the beginning of a document.
void
void
Receive notification of the beginning of a document.
void
void
This method is used to notify of the start of an element
void
ToHTMLSAXHandler.startElement(String elementName)
An element starts, but attributes are not fully known yet.
void
ToSAXHandler.startElement(String qName)
An element starts, but attributes are not fully known yet.
void
ToStream.startElement(String elementName)
void
ToTextSAXHandler.startElement(String elementName)
An element starts, but attributes are not fully known yet.
void
This method is used to notify of the start of an element
void
ToXMLSAXHandler.startElement(String elementName)
An element starts, but attributes are not fully known yet.
void
EmptySerializer.startElement(String uri, String localName, String qName)
void
ExtendedContentHandler.startElement(String uri, String localName, String qName)
This method is used to notify that an element is starting.
void
ToHTMLSAXHandler.startElement(String elementNamespaceURI, String elementLocalName, String elementName)
An element starts, but attributes are not fully known yet.
void
ToSAXHandler.startElement(String uri, String localName, String qName)
Receives notification that an element starts, but attributes are not fully known yet.
void
ToStream.startElement(String elementNamespaceURI, String elementLocalName, String elementName)
Receive notification of the beginning of an element, additional namespace or attribute information can occur before or after this call, that is associated with this element.
void
ToTextSAXHandler.startElement(String elementNamespaceURI, String elementLocalName, String elementName)
From XSLTC
void
ToTextStream.startElement(String elementNamespaceURI, String elementLocalName, String elementName)
From XSLTC
void
ToUnknownStream.startElement(String namespaceURI, String localName, String qName)
This method is used to notify that an element is starting.
void
ToXMLSAXHandler.startElement(String elementNamespaceURI, String elementLocalName, String elementName)
Start an element in the output document.
void
EmptySerializer.startElement(String arg0, String arg1, String arg2, Attributes arg3)
void
ToHTMLSAXHandler.startElement(String namespaceURI, String localName, String qName, Attributes atts)
Receive notification of the beginning of an element, although this is a SAX method additional namespace or attribute information can occur before or after this call, that is associated with this element.
void
ToHTMLStream.startElement(String namespaceURI, String localName, String name, Attributes atts)
Receive notification of the beginning of an element.
void
ToSAXHandler.startElement(String arg0, String arg1, String arg2, Attributes arg3)
Receive notification of the beginning of an element, although this is a SAX method additional namespace or attribute information can occur before or after this call, that is associated with this element.
void
ToStream.startElement(String namespaceURI, String localName, String name, Attributes atts)
Receive notification of the beginning of an element, although this is a SAX method additional namespace or attribute information can occur before or after this call, that is associated with this element.
void
ToTextSAXHandler.startElement(String arg0, String arg1, String arg2, Attributes arg3)
void
ToTextStream.startElement(String namespaceURI, String localName, String name, Attributes atts)
Receive notification of the beginning of an element.
void
ToUnknownStream.startElement(String namespaceURI, String localName, String elementName, Attributes atts)
Receive notification of the beginning of an element.
void
ToXMLSAXHandler.startElement(String namespaceURI, String localName, String name, Attributes atts)
void
void
Does nothing.
void
ToStream.startEntity(String name)
Report the beginning of an entity.
void
void
Pass the call on to the underlying handler
void
void
Starts an un-escaping section.
void
EmptySerializer.startPrefixMapping(String arg0, String arg1)
void
ToHTMLSAXHandler.startPrefixMapping(String prefix, String uri)
Begin the scope of a prefix-URI Namespace mapping just before another element is about to start.
void
ToStream.startPrefixMapping(String prefix, String uri)
Begin the scope of a prefix-URI Namespace mapping just before another element is about to start.
void
ToTextSAXHandler.startPrefixMapping(String prefix, String uri)
Begin the scope of a prefix-URI Namespace mapping.
void
ToTextStream.startPrefixMapping(String prefix, String uri)
Begin the scope of a prefix-URI Namespace mapping just before another element is about to start.
void
ToUnknownStream.startPrefixMapping(String prefix, String uri)
void
ToXMLSAXHandler.startPrefixMapping(String prefix, String uri)
boolean
EmptySerializer.startPrefixMapping(String prefix, String uri, boolean shouldFlush)
boolean
ExtendedContentHandler.startPrefixMapping(String prefix, String uri, boolean shouldFlush)
This method is used to notify that a prefix maping is to start, which can be for the current element, or for the one to come.
boolean
ToHTMLSAXHandler.startPrefixMapping(String prefix, String uri, boolean shouldFlush)
Handle a prefix/uri mapping, which is associated with a startElement() that is soon to follow.
boolean
ToStream.startPrefixMapping(String prefix, String uri, boolean shouldFlush)
Handle a prefix/uri mapping, which is associated with a startElement() that is soon to follow.
boolean
ToTextSAXHandler.startPrefixMapping(String prefix, String uri, boolean shouldFlush)
This method is used to notify that a prefix maping is to start, which can be for the current element, or for the one to come.
boolean
ToTextStream.startPrefixMapping(String prefix, String uri, boolean shouldFlush)
Handle a prefix/uri mapping, which is associated with a startElement() that is soon to follow.
boolean
ToUnknownStream.startPrefixMapping(String prefix, String uri, boolean shouldFlush)
This method is used to notify that a prefix maping is to start, which can be for the current element, or for the one to come.
boolean
ToXMLSAXHandler.startPrefixMapping(String prefix, String uri, boolean shouldFlush)
Remember the prefix/uri mapping at the current nested element depth.
void
Starts a whitespace preserving section.
void
void
void

Uses in package org.apache.xpath.functions

Methods which throw type org.xml.sax.SAXException

void
Execute an expression in the XPath runtime context, and return the result of the expression.

Uses in package org.apache.xpath.objects

Methods which throw type org.xml.sax.SAXException

void
Directly call the comment method on the passed LexicalHandler for the string-value.
void
Directly call the comment method on the passed LexicalHandler for the string-value.
void
Directly call the comment method on the passed LexicalHandler for the string-value.
void
Directly call the characters method on the passed ContentHandler for the string-value.
void
Directly call the characters method on the passed ContentHandler for the string-value.
void
Directly call the characters method on the passed ContentHandler for the string-value.
void
Directly call the characters method on the passed ContentHandler for the string-value.
void
Directly call the characters method on the passed ContentHandler for the string-value.

Uses in package org.apache.xalan.xsltc

Classes derived from org.xml.sax.SAXException

class

Uses in package org.apache.xalan.serialize

Methods which throw type org.xml.sax.SAXException

void
This function checks to make sure a given prefix is really declared.
void
Given a result tree fragment, walk the tree and output it to the SerializationHandler.

Uses in package org.apache.xalan.processor

Methods which throw type org.xml.sax.SAXException

void
StylesheetHandler.characters(ch[] , int start, int length)
Receive notification of character data inside an element.
void
ProcessorCharacters.characters(StylesheetHandler handler, ch[] , int start, int length)
Receive notification of character data inside an element.
void
XSLTElementProcessor.characters(StylesheetHandler handler, ch[] , int start, int length)
Receive notification of character data inside an element.
void
Receive notification of the end of the document.
void
StylesheetHandler.endElement(String uri, String localName, String rawName)
Receive notification of the end of an element.
void
ProcessorCharacters.endElement(StylesheetHandler handler, String uri, String localName, String rawName)
Receive notification of the end of an element.
void
ProcessorExsltFunction.endElement(StylesheetHandler handler, String uri, String localName, String rawName)
End an ElemExsltFunction, and verify its validity.
void
ProcessorLRE.endElement(StylesheetHandler handler, String uri, String localName, String rawName)
Receive notification of the end of an element.
void
ProcessorTemplateElem.endElement(StylesheetHandler handler, String uri, String localName, String rawName)
Receive notification of the end of an element.
void
ProcessorText.endElement(StylesheetHandler handler, String uri, String localName, String rawName)
Receive notification of the end of an element.
void
XSLTElementProcessor.endElement(StylesheetHandler handler, String uri, String localName, String rawName)
Receive notification of the end of an element.
void
Receive notification of the end of a Namespace mapping.
void
Receive notification of a recoverable XSLT processing error.
void
Report a fatal XSLT processing error.
void
StylesheetHandler.ignorableWhitespace(ch[] , int start, int length)
Receive notification of ignorable whitespace in element content.
void
XSLTElementProcessor.ignorableWhitespace(StylesheetHandler handler, ch[] , int start, int length)
Receive notification of ignorable whitespace in element content.
void
StylesheetHandler.processingInstruction(String target, String data)
Receive notification of a processing instruction.
void
XSLTElementProcessor.processingInstruction(StylesheetHandler handler, String target, String data)
Receive notification of a processing instruction.
InputSource
StylesheetHandler.resolveEntity(String publicId, String systemId)
Resolve an external entity.
InputSource
XSLTElementProcessor.resolveEntity(StylesheetHandler handler, String publicId, String systemId)
Resolve an external entity.
void
Receive notification of a skipped entity.
void
Receive notification of a skipped entity.
void
Receive notification of the beginning of the document.
void
StylesheetHandler.startElement(String uri, String localName, String rawName, Attributes attributes)
Receive notification of the start of an element.
void
ProcessorExsltFuncResult.startElement(StylesheetHandler handler, String uri, String localName, 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
ProcessorExsltFunction.startElement(StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
Start an ElemExsltFunction.
void
ProcessorLRE.startElement(StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
Receive notification of the start of an element.
void
ProcessorTemplateElem.startElement(StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
Receive notification of the start of an element.
void
XSLTElementProcessor.startElement(StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
Receive notification of the start of an element.
void
Receive notification of the start of the non-text event.
void
Receive notification of the start of the non-text event.
void
StylesheetHandler.startPrefixMapping(String prefix, String uri)
Receive notification of the start of a Namespace mapping.
void
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
StylesheetHandler.warn(String msg, args[] )
Warn the user of an problem.
void
Receive notification of a XSLT processing warning.

Uses in package org.apache.xalan.xsltc.runtime

Methods which throw type org.xml.sax.SAXException

void
StringValueHandler.characters(String characters)
void
StringValueHandler.characters(char[] ch, int off, int len)
void
void

Uses in package org.apache.xalan.lib

Methods which throw type org.xml.sax.SAXException

void
Extension element for piping an XML document through a series of 1 or more transformations.
void
PipeDocument.usePipe(Vector vTHandler, String source, String target)
Uses a Vector of TransformerHandlers to pipe XML input document through a series of 1 or more transformations.

Uses in package org.apache.xml.utils

Classes derived from org.xml.sax.SAXException

class
This is a special exception that is used to stop parsing when search for an element.

Methods which throw type org.xml.sax.SAXException

void
DOMBuilder.cdata(ch[] , int start, int length)
Receive notification of cdata.
void
DOMBuilder.characters(ch[] , int start, int length)
Receive notification of character data.
void
DOMBuilder.charactersRaw(ch[] , int start, int length)
If available, when the disable-output-escaping attribute is used, output raw text without escaping.
void
DOMBuilder.comment(ch[] , int start, int length)
Report an XML comment anywhere in the document.
void
Directly call the comment method on the passed LexicalHandler for the string-value.
void
Directly call the comment method on the passed LexicalHandler for the string-value.
void
Directly call the characters method on the passed ContentHandler for the string-value.
void
Directly call the characters method on the passed ContentHandler for the string-value.
void
Report the end of a CDATA section.
void
Report the end of DTD declarations.
void
Receive notification of the end of a document.
void
DOMBuilder.endElement(String ns, String localName, String name)
Receive notification of the end of an element.
void
DOMBuilder.endEntity(String name)
Report the end of an entity.
void
End the scope of a prefix-URI mapping.
void
Receive notivication of a entityReference.
void
Receive notification of a recoverable error.
void
Receive notification of a recoverable error.
void
Receive notification of a non-recoverable error.
void
Receive notification of a non-recoverable error.
XMLReader
Retrieves a cached XMLReader for this thread, or creates a new XMLReader, if the existing reader is in use.
void
DOMBuilder.ignorableWhitespace(ch[] , int start, int length)
Receive notification of ignorable whitespace in element content.
void
DOMBuilder.processingInstruction(String target, String data)
Receive notification of a processing instruction.
void
StylesheetPIHandler.processingInstruction(String target, String data)
Handle the xml-stylesheet processing instruction.
void
FastStringBuffer.sendNormalizedSAXcharacters(ch[] , int start, int length, ContentHandler handler)
Directly normalize and dispatch the character array.
int
Sends the specified range of characters as one or more SAX characters() events, normalizing the characters according to XSLT rules.
void
FastStringBuffer.sendSAXComment(LexicalHandler ch, int start, int length)
Sends the specified range of characters as sax Comment.
void
FastStringBuffer.sendSAXcharacters(ContentHandler ch, int start, int length)
Sends the specified range of characters as one or more SAX characters() events.
void
Receive notification of a skipped entity.
void
Report the start of a CDATA section.
void
DOMBuilder.startDTD(String name, String publicId, String systemId)
Report the start of DTD declarations, if any.
void
Receive notification of the beginning of a document.
void
DOMBuilder.startElement(String ns, String localName, String name, Attributes atts)
Receive notification of the beginning of an element.
void
StylesheetPIHandler.startElement(String namespaceURI, String localName, 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
DOMBuilder.startEntity(String name)
Report the beginning of an entity.
void
DOMBuilder.startPrefixMapping(String prefix, String uri)
Begin the scope of a prefix-URI Namespace mapping.
void
Perform a pre-order traversal non-recursive style.
void
Perform a pre-order traversal non-recursive style.
void
Receive notification of a warning.
void
Receive notification of a warning.

Uses in package org.apache.xml.dtm.ref.sax2dtm

Methods which throw type org.xml.sax.SAXException

void
SAX2DTM.attributeDecl(String eName, String aName, String type, String valueDefault, String value)
Report an attribute type declaration.
void
SAX2DTM.characters(ch[] , int start, int length)
Receive notification of character data inside an element.
void
SAX2DTM.comment(ch[] , int start, int length)
Report an XML comment anywhere in the document.
void
SAX2DTM2.comment(ch[] , int start, int length)
Report an XML comment anywhere in the document.
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
SAX2DTM2.dispatchCharactersEvents(int nodeHandle, ContentHandler ch, boolean normalize)
The optimized version of SAX2DTM.dispatchCharactersEvents(int, ContentHandler, boolean).
void
Directly create SAX parser events from a subtree.
void
SAX2DTM.elementDecl(String name, String model)
Report an element type declaration.
void
Report the end of a CDATA section.
void
Report the end of DTD declarations.
void
Receive notification of the end of the document.
void
Receive notification of the end of the document.
void
Receive notification of the end of the document.
void
SAX2DTM.endElement(String uri, String localName, String qName)
Receive notification of the end of an element.
void
SAX2DTM2.endElement(String uri, String localName, String qName)
Receive notification of the end of an element.
void
SAX2DTM.endEntity(String name)
Report the end of an entity.
void
SAX2DTM.endPrefixMapping(String prefix)
Receive notification of the end of a Namespace mapping.
void
Receive notification of a recoverable parser error.
void
SAX2DTM.externalEntityDecl(String name, String publicId, String systemId)
Report a parsed external entity declaration.
void
Report a fatal XML parsing error.
void
SAX2DTM.ignorableWhitespace(ch[] , int start, int length)
Receive notification of ignorable whitespace in element content.
void
SAX2DTM.internalEntityDecl(String name, String value)
Report an internal entity declaration.
void
SAX2DTM.notationDecl(String name, String publicId, String systemId)
Receive notification of a notation declaration.
void
SAX2DTM.processingInstruction(String target, String data)
Receive notification of a processing instruction.
void
SAX2DTM2.processingInstruction(String target, String data)
Override the processingInstruction() interface in SAX2DTM2.
InputSource
SAX2DTM.resolveEntity(String publicId, String systemId)
Resolve an external entity.
void
SAX2DTM.skippedEntity(String name)
Receive notification of a skipped entity.
void
Report the start of a CDATA section.
void
SAX2DTM.startDTD(String name, String publicId, String systemId)
Report the start of DTD declarations, if any.
void
Receive notification of the beginning of the document.
void
Receive notification of the beginning of the document.
void
Receive notification of the beginning of a new RTF document.
void
SAX2DTM.startElement(String uri, String localName, String qName, Attributes attributes)
Receive notification of the start of an element.
void
SAX2DTM2.startElement(String uri, String localName, String qName, Attributes attributes)
Override SAX2DTM.startElement()

Receive notification of the start of an element.

void
SAX2DTM.startEntity(String name)
Report the beginning of an entity in content.
void
SAX2DTM.startPrefixMapping(String prefix, String uri)
Receive notification of the start of a Namespace mapping.
void
SAX2DTM.unparsedEntityDecl(String name, String publicId, String systemId, String notationName)
Receive notification of an unparsed entity declaration.
void
Receive notification of a parser warning.

Uses in package org.xml.sax.ext

Methods which throw type org.xml.sax.SAXException

void
DeclHandler.attributeDecl(String eName, String aName, String type, String mode, String value)
Report an attribute type declaration.
void
LexicalHandler.comment(ch[] , int start, int length)
Report an XML comment anywhere in the document.
void
DeclHandler.elementDecl(String name, String model)
Report an element type declaration.
void
Report the end of a CDATA section.
void
Report the end of DTD declarations.
void
Report the end of an entity.
void
DeclHandler.externalEntityDecl(String name, String publicId, String systemId)
Report a parsed external entity declaration.
void
DeclHandler.internalEntityDecl(String name, String value)
Report an internal entity declaration.
void
Report the start of a CDATA section.
void
LexicalHandler.startDTD(String name, String publicId, String systemId)
Report the start of DTD declarations, if any.
void
Report the beginning of some internal and external XML entities.

Uses in package org.apache.xml.dtm

Methods which throw type org.xml.sax.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 in package org.apache.xalan.xsltc.compiler

Methods which throw type org.xml.sax.SAXException

void
Parser.startElement(String uri, String localname, String qname, Attributes attributes)
SAX2: Receive notification of the beginning of an element.

Uses in package javax.xml.parsers

Methods which throw type org.xml.sax.SAXException

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

Copyright B) 2004 Apache XML Project. All Rights Reserved.