Package | Description |
---|---|
org.treetank.service.xml.xpath |
Package xpath
|
Modifier and Type | Method and Description |
---|---|
OrdState |
OrdState.updateOrdAncestor()
Changes the state according to a ancestor step.
|
OrdState |
OrdState.updateOrdChild()
Changes the state according to a child step.
|
OrdState |
OrdState.updateOrdDesc()
Changes the state according to a descendant/ descendant-or.self step.
|
OrdState |
OrdState.updateOrdFollPre()
Changes the state according to a following/preceding step.
|
OrdState |
OrdState.updateOrdFollPreSib()
Changes the state according to a following-sibling/preceding-sibling
step.
|
OrdState |
OrdState.updateOrdParent()
Changes the state according to a parent step.
|
OrdState |
OrdState.updateOrdUnion()
Changes the state according to a union step.
|
static OrdState |
OrdState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrdState[] |
OrdState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2013. All Rights Reserved.