com.jclark.xsl.expr
Interface Variant
- All Known Subinterfaces:
- ResultFragmentVariant
- All Known Implementing Classes:
- ResultFragmentVariantBase, VariantBase
- public interface Variant
convertToString
public java.lang.String convertToString()
throws XSLException
XSLException
convertToBoolean
public boolean convertToBoolean()
throws XSLException
XSLException
makePermanent
public Variant makePermanent()
throws XSLException
XSLException
convertToNodeSet
public NodeIterator convertToNodeSet()
throws XSLException
XSLException
convertToNumber
public double convertToNumber()
throws XSLException
XSLException
convertToObject
public java.lang.Object convertToObject()
throws XSLException
XSLException
convertToPredicate
public boolean convertToPredicate(ExprContext context)
throws XSLException
XSLException
isBoolean
public boolean isBoolean()
isNumber
public boolean isNumber()
isString
public boolean isString()
isNodeSet
public boolean isNodeSet()
getBaseNode
public Node getBaseNode()