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
Subclasses with type arguments of type NodeType in nu.validator.saxtreeMethods 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 NodeTypeNode.getNodeType()Return the node type.ProcessingInstruction.getNodeType()SkippedEntity.getNodeType()static NodeTypeReturns 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.