:: com :: sun :: star ::

module xml
Description
XML related interfaces.

Nested Modules
crypto
csax
dom
sax
wrapper
xpath
Services
AttributeContainer This service describes a container for xml attributes.
ExportFilter describes an export filter for XML-based file formats.
ImportFilter describes an import filter for XML-based file formats.
NamespaceContainer This service describes a container for XML namespaces.
UserDefinedAttributeSupplier A component that supports this service preserves XML attributes, unknown by its parser, that belong to the XML element representing it (the component).
XMLExportFilter describes an export filter for XML-based file formats.
XMLImportFilter describes an import filter for XML-based file formats.
Interfaces
XExportFilter interface to implement for an XML-based import filter. i
XImportFilter interface to implement for an XML-based import filter.
Structs
AttributeData store the type and value of an XML attribute inside a XNameContainer
Top of Page