public static class Node
extends Object
A representation of a node (element) in an XML document.
This interface extends the standard DOM Node interface with methods for
getting and setting the value of a node, for
getting and setting the parent of a node, and for removing a node.
- Since:
- 1.6
- See Also:
- Serialized Form