:: com :: sun :: star :: xml :: sax ::
|
interface XExtendedDocumentHandler |
- Base Interfaces
XExtendedDocumentHandler
┗ XDocumentHandler
XDocumentHandler |
- (referenced interface's summary:)
- receives notification of general document events.
|
|
- Description
- this interface does not conform to the SAX-standard.
Note: Whether or not every callback is supported is dependent
on the parser implementation.
|
Methods' Summary |
startCDATA |
receives notification about the start of a CDATA section in the
XML-source.
|
endCDATA |
informs about the end of a CDATA-Section.
|
comment |
receives notification about a comment in the XML-source.
|
allowLineBreak |
informs a writer that it is allowable to insert a line break and
indentation before the next XDocumentHandler-call.
|
unknown |
notifies that any characters that cannot be handled by other callback
methods are announced through this method.
|
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.
|
|
Top of Page
Copyright © 2000, 2013 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.