Package | Description |
---|---|
org.apache.xpath |
Implementation of XPath; for the most part, only classes meant for public use are
found at this root level of the XPath packages.
|
org.apache.xpath.operations |
Support for XPath operations, such as +, -, string(), etc.
|
Modifier and Type | Method and Description |
---|---|
boolean |
XPathVisitor.visitUnaryOperation(ExpressionOwner owner,
UnaryOperation op)
Visit a unary operation.
|
Modifier and Type | Class and Description |
---|---|
class |
Bool
The 'boolean()' operation expression executer.
|
class |
Neg
The unary '-' operation expression executer.
|
class |
Number
The 'number()' operation expression executer.
|
class |
String
The 'string()' operation expression executer.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.