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