Uses of Package
cdc.util.data
-
Packages that use cdc.util.data Package Description cdc.util.data cdc.util.data.paths cdc.util.data.util cdc.util.data.xml -
Classes in cdc.util.data used by cdc.util.data 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).Child Interface implemented by child nodes: they have an optional parent.Comment Comment node.DataException Document XML like Document node.Element XML like Element node.ElementContentType Enumeration of possible element content types.Leaf Interface implemented by leaf nodes (they have no children).Node Base interface of data nodes.NodeType Enumeration of possible node types.Parent Interface implemented by nodes that are parents (they have children nodes): Document and Element.Text Text node. -
Classes in cdc.util.data used by cdc.util.data.paths Class Description Element XML like Element node.Parent Interface implemented by nodes that are parents (they have children nodes): Document and Element. -
Classes in cdc.util.data used by cdc.util.data.util Class Description Attribute XML like attribute ([name, value] pair).Child Interface implemented by child nodes: they have an optional parent.Element XML like Element node.Node Base interface of data nodes.NodeType Enumeration of possible node types.Parent Interface implemented by nodes that are parents (they have children nodes): Document and Element.Text Text node. -
Classes in cdc.util.data used by cdc.util.data.xml Class Description Document XML like Document node.Element XML like Element node.Node Base interface of data nodes.