|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XmlReadable | |
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 XmlReadable in com.sun.xml.tree |
Subinterfaces of XmlReadable 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. |
Classes in com.sun.xml.tree that implement XmlReadable | |
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.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |