|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PathOperatorEnum | |
---|---|
de.fraunhofer.ipsi.xquery.enums | |
de.fraunhofer.ipsi.xquery.tree.xpath |
Uses of PathOperatorEnum in de.fraunhofer.ipsi.xquery.enums |
---|
Methods in de.fraunhofer.ipsi.xquery.enums that return PathOperatorEnum | |
---|---|
static PathOperatorEnum |
PathOperatorEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static PathOperatorEnum[] |
PathOperatorEnum.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Uses of PathOperatorEnum in de.fraunhofer.ipsi.xquery.tree.xpath |
---|
Methods in de.fraunhofer.ipsi.xquery.tree.xpath that return PathOperatorEnum | |
---|---|
PathOperatorEnum |
XQueryPathExpr.getOperation()
Method getOperation |
Constructors in de.fraunhofer.ipsi.xquery.tree.xpath with parameters of type PathOperatorEnum | |
---|---|
XQueryPathExpr(PathOperatorEnum kind,
XQueryStepExpr left,
XQueryStepExpr right)
Constructor |
|
XQueryPathExpr(PositionInfo pos,
PathOperatorEnum kind)
Constructor |
|
XQueryPathExpr(PositionInfo pos,
PathOperatorEnum kind,
XQueryStepExpr right)
Constructor |
|
XQueryPathExpr(PositionInfo pos,
PathOperatorEnum kind,
XQueryStepExpr left,
XQueryStepExpr right)
Constructor |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |