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.
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.