:: com :: sun :: star :: xml :: sax ::
|
unpublished |
interface XFastSAXSerializable |
|
|
|
- Usage Restrictions
- not published
- Description
- serializes a DOM tree by generating FastSAX events.
- Since
- OOo 3.1
|
Methods' Summary |
fastSerialize |
serializes an object (e.g. a DOM tree) that represents an XML document
by generating fast SAX events.
|
Methods' Details |
fastSerialize
- Description
- serializes an object (e.g. a DOM tree) that represents an XML document
by generating fast SAX events.
- Parameter handler
- the SAX event handler that should receive the generated events
- Parameter tokenHandler
- the fast SAX token handler that is used to translate names
- 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 numeric namespace identifier.
- Parameter registerNamespaces
- a 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.
- Throws
- com::sun::star::xml::sax::SAXException
if serializing the XML document fails
|
|
Top of Page
Copyright © 2000, 2014 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.