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
XSLException
boolean convertToBoolean() throws XSLException
XSLException
Variant makePermanent() throws XSLException
XSLException
NodeIterator convertToNodeSet() throws XSLException
XSLException
double convertToNumber() throws XSLException
XSLException
java.lang.Object convertToObject() throws XSLException
XSLException
boolean convertToPredicate(ExprContext context) throws XSLException
XSLException
boolean isBoolean()
boolean isNumber()
boolean isString()
boolean isNodeSet()
Node getBaseNode()