module com::sun::star::xml

(Global Index)

submodules

services

interfaces

structs

exceptions

enums

typedefs

constant groups

Description

XML related interfaces.


submodules

sax

services

AttributeContainer This service describes a container for xml attributes. Each attribute is accessed with its local name, or optionally, its local name with its namespace prefix. The type and value of an attribute is stored in a AttributeData struct. If you use a namespace in the AttributeData , you must use a prefix in the name and you must use a namespace, if you use a prefix.
NamespaceContainer This service describes a container for XML namespaces. Each namespace is accessed with its prefix and the URL is stored as a string.
XMLExportFilter describes an export filter for XML-based file formats. It is an extension of ExportFilter and differs from it only in that an XDocumentHandler needs to be passed through the XInitialization interface. This XDocumentHandler will then be used to export the XML data stream.
XMLImportFilter describes an import filter for XML-based file formats. It is an extension of ImportFilter and differs from it in that this filter additionally supports the XDocumentHandler interface.

interfaces


structs

AttributeData store the type and value of an XML attribute inside a XNameContainer

exceptions


enums


typedefs


constant groups

Top of Page