Methods' Details |
startDocument
- Description
- receives notification of the beginning of a document.
|
|
endDocument
- Description
- receives notification of the end of a document.
|
|
startElement
- Description
- receives notification of the beginning of an element .
|
|
endElement
void
endElement( |
[in] string
raises(
|
aName )
SAXException ); |
- Description
- receives notification of the end of an element.
|
|
characters
void
characters( |
[in] string
raises(
|
aChars )
SAXException ); |
- Description
- receives notification of character data.
|
|
ignorableWhitespace
void
ignorableWhitespace( |
[in] string
raises(
|
aWhitespaces )
SAXException ); |
- Description
- receives notification of white space that can be ignored.
|
|
processingInstruction
void
processingInstruction( |
[in] string
[in] string
raises(
|
aTarget,
aData )
SAXException ); |
- Description
- receives notification of a processing instruction.
|
|
setDocumentLocator
- Description
- receives an object for locating the origin of SAX document events.
|
|
Copyright © 2003 Sun Microsystems, Inc.