Uses of Class
nu.validator.saxtree.NodeType

Packages that use NodeType
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
 NodeType SkippedEntity.getNodeType()
           
 NodeType ProcessingInstruction.getNodeType()
           
abstract  NodeType Node.getNodeType()
           
 NodeType IgnorableWhitespace.getNodeType()
           
 NodeType Entity.getNodeType()
           
 NodeType Element.getNodeType()
           
 NodeType DTD.getNodeType()
           
 NodeType DocumentFragment.getNodeType()
           
 NodeType Document.getNodeType()
           
 NodeType Comment.getNodeType()
           
 NodeType Characters.getNodeType()
           
 NodeType CDATA.getNodeType()
           
static NodeType NodeType.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're declared.