org.w3c.xsl
public interface XSLTContext
Modifier and Type | Method and Description |
---|---|
Node |
getContextNode()
Return the context node from the XPath expression context
|
int |
getContextPosition()
Return the context position from the XPath expression context
|
int |
getContextSize()
Return the context size from the XPath expression context
|
Node |
getCurrentNode()
Return the current node from the XSLT context: the same as
the result of calling the current() function from the XPath
expression context
|
Document |
getOwnerDocument()
Return a Document to be used for creating nodes
|
String |
stringValue(Node n)
Return the string-value of the specified Node
|
Object |
systemProperty(String namespaceURI,
String localName)
Return an object representing the value of the system property
whose expanded name has the specified URI and local part
|
Node getContextNode()
int getContextPosition()
int getContextSize()
Node getCurrentNode()
Document getOwnerDocument()
Object systemProperty(String namespaceURI, String localName)