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



Copyright © 2011. All Rights Reserved.