Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: xml :: sax ::

unpublished interface XSAXSerializable
Usage Restrictions
not published
Description
serializes a DOM tree by generating SAX events.

Since
OOo 3.0

Methods' Summary
serialize serializes an object (e.g. a DOM tree) that represents an XML document by generating SAX events.  
Methods' Details
serialize
void
serialize( [in] XDocumentHandler  handler,
[in] sequence< ::com::sun::star::beans::StringPair >  namespaces )
raises( SAXException );

Description
serializes an object (e.g. a DOM tree) that represents an XML document by generating SAX events.
Parameter handler
the SAX event handler that should receive the generated events
Parameter namespaces
a list of namespace declarations that will be added to the root element node of the XML document

This is necessary mostly because the DOM implementation does not permit attaching namespaces declarations directly to nodes, which may lead to duplicate namespace declarations on export, and thus larger documents. Note that the first part of each tuple is the prefix, e.g. "office", and the second is the full namespace URI.

Throws
com::sun::star::xml::sax::SAXException if serializing the XML document fails
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.