LibreOffice
LibreOffice 7.4 SDK API Reference
Public Member Functions | List of all members
XFastSAXSerializable Interface Reference

serializes a DOM tree by generating FastSAX events. More...

import"XFastSAXSerializable.idl";

Public Member Functions

void fastSerialize ([in] com::sun::star::xml::sax::XFastDocumentHandler handler, [in] com::sun::star::xml::sax::XFastTokenHandler tokenHandler, [in] sequence< com::sun::star::beans::StringPair > namespaces, [in] sequence< com::sun::star::beans::Pair< string, long > > registerNamespaces) raises ( com::sun::star::xml::sax::SAXException )
 serializes an object (e.g. More...
 

Detailed Description

serializes a DOM tree by generating FastSAX events.

Since
OOo 3.1

Member Function Documentation

◆ fastSerialize()

void fastSerialize ( [in] com::sun::star::xml::sax::XFastDocumentHandler  handler,
[in] com::sun::star::xml::sax::XFastTokenHandler  tokenHandler,
[in] sequence< com::sun::star::beans::StringPair namespaces,
[in] sequence< com::sun::star::beans::Pair< string, long > >  registerNamespaces 
)
raises (com::sun::star::xml::sax::SAXException
)

serializes an object (e.g.

a DOM tree) that represents an XML document by generating fast SAX events.

Parameters
handlerthe SAX event handler that should receive the generated events
tokenHandlerthe fast SAX token handler that is used to translate names
namespacesa 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 numeric namespace identifier.

Parameters
registerNamespacesa list of namespace url / namespace token pairs. you need to register all namespace in order to have them recognized during export. Namespace tokens must be greater than FastToken::NAMESPACE.
Exceptions
com::sun::star::xml::sax::SAXExceptionif serializing the XML document fails

The documentation for this interface was generated from the following file: