Methods' Details |
startCDATA
- Description
- receives notification about the start of a CDATA section in the
XML-source.
Any string comming in via character handler may include chars,
that would otherwise be interpreted as markup.
|
|
endCDATA
- Description
- informs about the end of a CDATA-Section.
Note that startCDATA/endCDATA MUST NOT enclose any
startElement/endElement -call!
|
|
comment
void |
comment( |
[in] string |
sComment ) |
raises( |
SAXException ); |
- Description
- receives notification about a comment in the XML-source.
|
|
allowLineBreak
- Description
- informs a writer that it is allowable to insert a line break and
indentation before the next XDocumentHandler-call.
|
|
unknown
- Description
- notifies that any characters that cannot be handled by other callback
methods are announced through this method.
|
|
Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.