Package | Description |
---|---|
cz.cuni.mff.corrector.tree |
Data trees abstraction for XML documents.
|
Modifier and Type | Method and Description |
---|---|
abstract Node.Type |
Node.getNodeType()
Returns the type of a given node.
|
Node.Type |
NodeData.getNodeType() |
Node.Type |
NodeElement.getNodeType() |
static Node.Type |
Node.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Node.Type[] |
Node.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|