Top   Module   Use   Manual   Index 
 NESTED MODULES | SERVICES | INTERFACES | STRUCTS | EXCEPTIONS | ENUMS | TYPEDEFS | CONSTANT GROUPS 

com :: sun :: star ::

module xml

Description
XML related interfaces.


Nested Modules

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.

Structs

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

Top of Page