Uses of Class
cdc.util.data.NodeType
-
Packages that use NodeType Package Description cdc.util.data cdc.util.data.util -
-
Uses of NodeType in cdc.util.data
Methods in cdc.util.data that return NodeType Modifier and Type Method Description NodeTypeComment. getType()NodeTypeDocument. getType()NodeTypeElement. getType()NodeTypeNode. getType()NodeTypeText. getType()static NodeTypeNodeType. valueOf(String name)Returns the enum constant of this type with the specified name.static NodeType[]NodeType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of NodeType in cdc.util.data.util
Methods in cdc.util.data.util with parameters of type NodeType Modifier and Type Method Description intDataStats. getNodesCount(NodeType type)
-