Get the current context node.returnThe current context node.
Get the current context node list.returnAn iterator for the current context list, as defined in XSLT.
Get the error listener.returnThe registered error listener.
Get a variable based on it's qualified name.paramqname The qualified name of the variable.returnThe evaluated value of the variable.throwsjavax.xml.transform.TransformerException
Get the XPathContext that owns this ExpressionContext. Note: exslt:function requires the XPathContext to access the variable stack and TransformerImpl.returnThe current XPathContext.throwsjavax.xml.transform.TransformerException
Get the value of a node as a number.paramn Node to be converted to a number. May be null.returnvalue of n as a number.
Get the value of a node as a string.paramn Node to be converted to a string. May be null.returnvalue of n as a string, or an empty string if n is null.