public interface Variant
| Modifier and Type | Method and Description |
|---|---|
boolean |
convertToBoolean() |
NodeIterator |
convertToNodeSet() |
double |
convertToNumber() |
java.lang.Object |
convertToObject() |
boolean |
convertToPredicate(ExprContext context) |
java.lang.String |
convertToString() |
Node |
getBaseNode() |
boolean |
isBoolean() |
boolean |
isNodeSet() |
boolean |
isNumber() |
boolean |
isString() |
Variant |
makePermanent() |
java.lang.String convertToString()
throws XSLException
XSLExceptionboolean convertToBoolean()
throws XSLException
XSLExceptionVariant makePermanent() throws XSLException
XSLExceptionNodeIterator convertToNodeSet() throws XSLException
XSLExceptiondouble convertToNumber()
throws XSLException
XSLExceptionjava.lang.Object convertToObject()
throws XSLException
XSLExceptionboolean convertToPredicate(ExprContext context) throws XSLException
XSLExceptionboolean isBoolean()
boolean isNumber()
boolean isString()
boolean isNodeSet()
Node getBaseNode()