Uses of Enum Class
nu.validator.saxtree.NodeType
Packages that use NodeType
Package
Description
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 NodeTypeModifier and TypeMethodDescriptionCDATA.getNodeType()
Characters.getNodeType()
Comment.getNodeType()
Document.getNodeType()
DocumentFragment.getNodeType()
DTD.getNodeType()
Element.getNodeType()
Entity.getNodeType()
IgnorableWhitespace.getNodeType()
abstract NodeType
Node.getNodeType()
Return the node type.ProcessingInstruction.getNodeType()
SkippedEntity.getNodeType()
static NodeType
Returns the enum constant of this class with the specified name.static NodeType[]
NodeType.values()
Returns an array containing the constants of this enum class, in the order they are declared.