Uses of Class
nu.validator.saxtree.NodeType
-
Packages that use NodeType Package Description nu.validator.saxtree This package provides SAX Tree: a tree model optimized for creation from SAX events and replay as SAX events. -
-
Uses of NodeType in nu.validator.saxtree
Methods in nu.validator.saxtree that return NodeType Modifier and Type Method Description NodeTypeCDATA. getNodeType()NodeTypeCharacters. getNodeType()NodeTypeComment. getNodeType()NodeTypeDocument. getNodeType()NodeTypeDocumentFragment. getNodeType()NodeTypeDTD. getNodeType()NodeTypeElement. getNodeType()NodeTypeEntity. getNodeType()NodeTypeIgnorableWhitespace. getNodeType()abstract NodeTypeNode. getNodeType()Return the node type.NodeTypeProcessingInstruction. getNodeType()NodeTypeSkippedEntity. getNodeType()static NodeTypeNodeType. valueOf(java.lang.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.
-