|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
packages up the context available to the XSLT engine when evaluating XPath expressions
Method Summary | |
Node |
getCurrent(Node contextNode)
|
NodeIterator |
getDocument(java.net.URL baseURL,
java.lang.String uriRef)
returns a parsed representation of the document at the given URL. |
ExtensionContext |
getExtensionContext(java.lang.String namespace)
|
Variant |
getGlobalVariableValue(Name name)
access to the stylesheet's global variables |
KeyValuesTable |
getKeyValuesTable(Name keyName,
Node n)
|
int |
getLastPosition()
|
Variant |
getLocalVariableValue(Name name)
access to the stylesheet's in-scope local variables |
int |
getPosition()
|
Variant |
getSystemProperty(Name name)
provides access to the system properties for the system-property() function in XSLT 1.0 section 12.4 |
Node |
getTree(Variant v)
|
Method Detail |
public int getPosition() throws XSLException
public int getLastPosition() throws XSLException
public Variant getGlobalVariableValue(Name name) throws XSLException
public Variant getLocalVariableValue(Name name) throws XSLException
public ExtensionContext getExtensionContext(java.lang.String namespace) throws XSLException
public Variant getSystemProperty(Name name)
public Node getCurrent(Node contextNode)
public NodeIterator getDocument(java.net.URL baseURL, java.lang.String uriRef) throws XSLException
public KeyValuesTable getKeyValuesTable(Name keyName, Node n)
public Node getTree(Variant v) throws XSLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |