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