|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface to be used with XSLT extension functions written in Java
Method Summary | |
org.w3c.dom.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 |
org.w3c.dom.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 |
org.w3c.dom.Document |
getOwnerDocument()
Return a Document to be used for creating nodes |
java.lang.String |
stringValue(org.w3c.dom.Node n)
Return the string-value of the specified Node |
java.lang.Object |
systemProperty(java.lang.String namespaceURI,
java.lang.String localName)
Return an object representing the value of the system property whose expanded name has the specified URI and local part |
Method Detail |
public org.w3c.dom.Node getContextNode()
public int getContextPosition()
public int getContextSize()
public org.w3c.dom.Node getCurrentNode()
public org.w3c.dom.Document getOwnerDocument()
public java.lang.Object systemProperty(java.lang.String namespaceURI, java.lang.String localName)
public java.lang.String stringValue(org.w3c.dom.Node n)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |