JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Class
org.loboevolution.apache.xpath.operations.UnaryOperation
Packages that use
UnaryOperation
Package
Description
org.loboevolution.apache.xpath.operations
Support for XPath operations, such as +, -, string(), etc.
Uses of
UnaryOperation
in
org.loboevolution.apache.xpath.operations
Subclasses of
UnaryOperation
in
org.loboevolution.apache.xpath.operations
Modifier and Type
Class
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.