(incubating) | The Free and Open Productivity Suite
Announcing Apache OpenOffice 3.4

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for OpenOffice.org version 3.3.

:: 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 Feather

Copyright & License | Privacy | Contact Us

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

Apache OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.