Uses of Class
org.basex.query.value.type.NodeType

Packages that use NodeType
org.basex.query.path XQuery path expressions. 
org.basex.query.value.node   
org.basex.query.value.type   
 

Uses of NodeType in org.basex.query.path
 

Fields in org.basex.query.path declared as NodeType
 NodeType Test.type
          Type of node test.
 

Methods in org.basex.query.path with parameters of type NodeType
static Test Test.get(NodeType t)
          Returns a test instance.
 

Constructors in org.basex.query.path with parameters of type NodeType
NodeTest(NodeType nt, QNm nm)
          Constructor.
NodeTest(NodeType nt, QNm nm, Type et, boolean st)
          Constructor.
 

Uses of NodeType in org.basex.query.value.node
 

Methods in org.basex.query.value.node that return NodeType
 NodeType ANode.nodeType()
          Returns this Node's node type.
static NodeType ANode.type(int k)
          Returns a node type for the specified database kind.
 

Methods in org.basex.query.value.node with parameters of type NodeType
static int ANode.kind(NodeType t)
          Returns a database kind for the specified node type.
 

Uses of NodeType in org.basex.query.value.type
 

Fields in org.basex.query.value.type declared as NodeType
static NodeType[] NodeType.VALUES
          Cached enums (faster).
 

Methods in org.basex.query.value.type that return NodeType
static NodeType NodeType.find(QNm type)
          Finds and returns the specified node type.
 NodeType NodeType.intersect(Type t)
           
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.