Uses of Class
gnu.kawa.xml.NodeType
-
Packages that use NodeType Package Description gnu.kawa.xml gnu.xquery.util -
-
Uses of NodeType in gnu.kawa.xml
Subclasses of NodeType in gnu.kawa.xml Modifier and Type Class Description class
AttributeType
Matches an attribute name pattern.class
ElementType
class
ProcessingInstructionType
Fields in gnu.kawa.xml declared as NodeType Modifier and Type Field Description 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 Modifier and Type Field Description static NodeType
SequenceUtils. textOrElement
-