Package | Description |
---|---|
org.apache.vxquery.types |
Modifier and Type | Method | Description |
---|---|---|
NodeKind |
AnyNodeType.getNodeKind() |
|
NodeKind |
AttributeType.getNodeKind() |
|
NodeKind |
CommentType.getNodeKind() |
|
NodeKind |
DocumentType.getNodeKind() |
|
NodeKind |
ElementType.getNodeKind() |
|
NodeKind |
NodeType.getNodeKind() |
|
NodeKind |
ProcessingInstructionType.getNodeKind() |
|
NodeKind |
TextType.getNodeKind() |
|
static NodeKind |
NodeKind.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static NodeKind[] |
NodeKind.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019 Apache Software Foundation. All rights reserved.