Uses of Enum Class
org.basex.query.value.type.NodeType
Packages that use NodeType
Package
Description
XQuery path expressions.
-
Uses of NodeType in org.basex.query.expr.path
Fields in org.basex.query.expr.path declared as NodeTypeMethods in org.basex.query.expr.path with parameters of type NodeTypeModifier and TypeMethodDescriptionstatic KindTestReturns a test instance.static TestReturns a node test, a name test ornull.static TestReturns a node test, a name test ornull.Constructors in org.basex.query.expr.path with parameters of type NodeType -
Uses of NodeType in org.basex.query.up
Methods in org.basex.query.up with parameters of type NodeType -
Uses of NodeType in org.basex.query.value.node
Methods in org.basex.query.value.node that return NodeTypeModifier and TypeMethodDescriptionfinal NodeTypeANode.nodeType()Returns this Node's node type.static NodeTypeANode.type(int k) Returns a node type for the specified database kind.Methods in org.basex.query.value.node with parameters of type NodeType -
Uses of NodeType in org.basex.query.value.type
Fields in org.basex.query.value.type declared as NodeTypeMethods in org.basex.query.value.type that return NodeTypeModifier and TypeMethodDescriptionstatic NodeTypeFinds and returns the specified node type.static NodeTypeReturns the enum constant of this class with the specified name.static NodeType[]NodeType.values()Returns an array containing the constants of this enum class, in the order they are declared.