Uses of Class
gnu.kawa.xml.NodeType

Packages that use NodeType
gnu.kawa.xml   
gnu.xquery.util   
 

Uses of NodeType in gnu.kawa.xml
 

Subclasses of NodeType in gnu.kawa.xml
 class AttributeType
          Matches an attribute name pattern.
 class ElementType
           
 class ProcessingInstructionType
           
 

Fields in gnu.kawa.xml declared as NodeType
static NodeType NodeType.anyNodeTest
           
static NodeType NodeType.commentNodeTest
           
static NodeType NodeType.documentNodeTest
           
static NodeType NodeType.nodeType
           
static NodeType NodeType.textNodeTest
           
 

Uses of NodeType in gnu.xquery.util
 

Fields in gnu.xquery.util declared as NodeType
static NodeType SequenceUtils.textOrElement