Uses of Package
com.sun.xml.tree

Packages that use com.sun.xml.tree
com.sun.xml.tree This package supports in-memory XML documents in the form of a parse tree compliant with the W3C DOM Level 1 Core Recommendation, with extensions including support for XML Namespaces as defined by the current XML proposed recommendation. 
 

Classes in com.sun.xml.tree used by com.sun.xml.tree
DocumentEx
          This interface extends the DOM Document model by supporting application-specialized element creation and printing, and by exposing the URI with which the document is associated.
ElementEx
          This extends the DOM Element interface with features including XML namespace support.
ElementFactory
          This interface defines a factory which can be used by documents to provide namespace-aware element creation.
NamespaceScoped
          This interface is supported by elements and attributes whose names are scoped according to the XML Namespaces specification.
NodeEx
          This interface defines accessors to inherited attributes of nodes, and provides support for using XML Namespaces.
ParseContext
          This interface is used during parsing of XML content to encapsulate information about the location of the parsing event being reported.
XmlDocument
          This class implements the DOM Document interface, and also provides static factory methods to create document instances.
XmlReadable
          This interface is supported by XML documents and elements which wish to interact with DOM construction during parsing of XML documents.
XmlWritable
          Objects that can write themselves as XML text do so using this interface.
XmlWriteContext
          This captures context used when writing XML text, such as state used to "pretty print" output or to identify entities which are defined.
 



Submit Feedback to xml-feedback@java.sun.com
Copyright © 1998-1999 Sun Microsystems, Inc. All Rights Reserved.

Sun Microsystems, Inc.
901 San Antonio Road
Palo Alto, California, 94303, U.S.A.