public interface UnaryOperator extends Operator
| Modifier and Type | Method and Description |
|---|---|
OXPathType |
evaluate(OXPathType in)
evaluates input by the operation and returns the result
|
String |
getOperator()
returns a
String representation of the operator |
OXPathType evaluate(OXPathType in) throws OXPathException
in - right hand sideOXPathExceptionString getOperator()
String representation of the operatorgetOperator in interface OperatorString representation of the operatorCopyright © 2020 OXPath Team. All rights reserved.