| 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 © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.