com.jclark.xsl.expr
Interface ExprContext
- All Known Subinterfaces:
- ProcessContext
- All Known Implementing Classes:
- DelegateExprContext, ProcessContextImpl
- public interface ExprContext
getPosition
public int getPosition()
throws XSLException
XSLException
getLastPosition
public int getLastPosition()
throws XSLException
XSLException
getGlobalVariableValue
public Variant getGlobalVariableValue(Name name)
throws XSLException
XSLException
getLocalVariableValue
public Variant getLocalVariableValue(Name name)
throws XSLException
XSLException
getExtensionContext
public ExtensionContext getExtensionContext(java.lang.String namespace)
throws XSLException
XSLException
getSystemProperty
public Variant getSystemProperty(Name name)
getCurrent
public Node getCurrent(Node contextNode)
getDocument
public NodeIterator getDocument(java.net.URL baseURL,
java.lang.String uriRef)
throws XSLException
XSLException
getTree
public Node getTree(Variant v)
throws XSLException
XSLException