Package cdc.util.data
-
Interface Summary Interface Description Child Interface implemented by child nodes: they have an optional parent.Leaf Interface implemented by leaf nodes (they have no children).Node Base interface of data nodes.Parent Interface implemented by nodes that are parents (they have children nodes): Document and Element. -
Class Summary Class Description AbstractChild Base class of nodes that are children (they have a parent node).AbstractContentNode Base class for nodes with content: text and comment.Attribute XML like attribute ([name, value] pair).Comment Comment node.Document XML like Document node.Element XML like Element node.Nodes Text Text node. -
Enum Summary Enum Description ElementContentType Enumeration of possible element content types.NodeType Enumeration of possible node types. -
Exception Summary Exception Description DataException