Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: xml :: csax ::

unpublished interface XCompressedDocumentHandler
Usage Restrictions
not published
Description
* A compressed XDocumentHandler interface. *

* All methods in this interface have the same function with methods * in the XDocumentHandler interface. *

* Because there is no interface parameter in these methods, so using * this interface to transfer SAX event is thought to have better * performance than using the XDocumentHandler interface, in case of * when UNO C++/Java bridge is involved.


Methods' Summary
_startDocument  
_endDocument  
_startElement  
_endElement  
_characters  
_ignorableWhitespace  
_processingInstruction  
_setDocumentLocator  
Methods' Details
_startDocument
void
_startDocument()
raises( ::com::sun::star::xml::sax::SAXException );

_endDocument
void
_endDocument()
raises( ::com::sun::star::xml::sax::SAXException );

_startElement
void
_startElement( [in] string  aName,
[in] sequence< XMLAttribute >  aAttributes )
raises( ::com::sun::star::xml::sax::SAXException );

_endElement
void
_endElement( [in] string  aName )
raises( ::com::sun::star::xml::sax::SAXException );

_characters
void
_characters( [in] string  aChars )
raises( ::com::sun::star::xml::sax::SAXException );

_ignorableWhitespace
void
_ignorableWhitespace( [in] string  aWhitespaces )
raises( ::com::sun::star::xml::sax::SAXException );

_processingInstruction
void
_processingInstruction( [in] string  aTarget,
[in] string  aData )
raises( ::com::sun::star::xml::sax::SAXException );

_setDocumentLocator
void
_setDocumentLocator( [in] long  columnNumber,
[in] long  lineNumber,
[in] string  publicId,
[in] string  systemId )
raises( ::com::sun::star::xml::sax::SAXException );

Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.