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 NodeType
CDATA. getNodeType()
NodeType
Characters. getNodeType()
NodeType
Comment. getNodeType()
NodeType
Document. getNodeType()
NodeType
DocumentFragment. getNodeType()
NodeType
DTD. getNodeType()
NodeType
Element. getNodeType()
NodeType
Entity. getNodeType()
NodeType
IgnorableWhitespace. getNodeType()
abstract NodeType
Node. getNodeType()
Return the node type.NodeType
ProcessingInstruction. getNodeType()
NodeType
SkippedEntity. getNodeType()
static NodeType
NodeType. 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.
-