Method Summary |
|
public boolean | bool() Cast result object to a boolean. |
public void | callVisitors(ExpressionOwner owner, XPathVisitor visitor) |
public boolean | equals(XObject obj2) Tell if two objects are functionally equal. |
public int | getType() Tell that this is a CLASS_NUMBER. |
public String | getTypeString() Given a request type, return the equivalent string. |
public boolean | isStableNumber() Tell if this expression returns a stable number that will not change during
iterations within the expression. |
public double | num() Cast result object to a number. |
public double | num(XPathContext xctxt) Evaluate expression to a number. |
public Object | object() Return a java object that's closest to the representation
that should be handed to an extension. |
public String | str() Cast result object to a string. |