|
|||||||||
| Home >> All >> org >> xml >> [ sax overview ] | PREV NEXT | ||||||||
Uses of Class
org.xml.sax.SAXException
| Uses of SAXException in org.xml.sax |
| Subclasses of SAXException in org.xml.sax | |
class |
SAXNotRecognizedException
Exception class for an unrecognized identifier. |
class |
SAXNotSupportedException
Exception class for an unsupported operation. |
class |
SAXParseException
Encapsulate an XML parse error or warning. |
| Methods in org.xml.sax that throw SAXException | |
InputSource |
EntityResolver.resolveEntity(java.lang.String publicId,
java.lang.String systemId)
Allow the application to resolve external entities. |
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 uri,
java.lang.String localName,
java.lang.String qName,
Attributes atts)
Receive notification of the beginning of an element. |
void |
ContentHandler.endElement(java.lang.String uri,
java.lang.String localName,
java.lang.String qName)
Receive notification of the end of an element. |
void |
ContentHandler.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. |
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. |
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 |
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). |
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). |
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. |
|
|||||||||
| Home >> All >> org >> xml >> [ sax overview ] | PREV NEXT | ||||||||