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 |
aName ) |
raises( |
SAXException ); |
- Description
- receives notification of the end of an element.
|
|
characters
void |
characters( |
[in] string |
aChars ) |
raises( |
SAXException ); |
- Description
- receives notification of character data.
|
|
ignorableWhitespace
void |
ignorableWhitespace( |
[in] string |
aWhitespaces ) |
raises( |
SAXException ); |
- Description
- receives notification of white space that can be ignored.
|
|
processingInstruction
void |
processingInstruction( |
[in] string |
aTarget, |
| [in] string |
aData ) |
raises( |
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.