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



Copyright © 2012. All Rights Reserved.