Uses of Interface
com.sun.xml.tree.XmlWritable

Packages that use XmlWritable
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. 
 

Uses of XmlWritable in com.sun.xml.tree
 

Subinterfaces of XmlWritable in com.sun.xml.tree
 interface DocumentEx
          This interface extends the DOM Document model in several useful ways.
 interface ElementEx
          This extends the DOM Element interface with features including XML namespace support.
 interface NamespaceScoped
          This interface is supported by elements and attributes whose names are scoped according to the XML Namespaces specification.
 interface NodeEx
          This interface defines accessors to inherited attributes of nodes, and provides support for using XML Namespaces.
 

Classes in com.sun.xml.tree that implement XmlWritable
 class ElementNode
          This class represents XML elements in a parse tree, and is often subclassed to add custom behaviors.
(package private)  class com.sun.xml.tree.NodeBase
          Base class for DOM parse tree nodes which may appear in XmlDocument nodes.
(package private)  class com.sun.xml.tree.ParentNode
          This adds an implementation of "parent of" relationships to the NodeBase class.
 class XmlDocument
          This class implements the DOM Document interface, and also provides static factory methods to create document instances.
 



Submit Feedback to xml-feedback@java.sun.com