|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodeEx | |
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 NodeEx in com.sun.xml.tree |
Subinterfaces of NodeEx in com.sun.xml.tree | |
interface |
ElementEx
This extends the DOM Element interface with features including XML namespace support. |
Classes in com.sun.xml.tree that implement NodeEx | |
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. |
Methods in com.sun.xml.tree with parameters of type NodeEx | |
void |
XmlReadable.doneChild(NodeEx newChild,
ParseContext context)
This is called when each child element has been fully constructed. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |