public class FuncHere
extends Function
FuncHere
which has this Node as 'owner'.Constructor and Description |
---|
FuncHere() |
Modifier and Type | Method and Description |
---|---|
XObject |
execute(XPathContext xctxt)
The here function returns a node-set containing the attribute or
processing instruction node or the parent element of the text node
that directly bears the XPath expression.
|
void |
fixupVariables(java.util.Vector vars,
int globalsSize)
No arguments to process, so this does nothing.
|
public XObject execute(XPathContext xctxt) throws javax.xml.transform.TransformerException
xctxt
- javax.xml.transform.TransformerException
public void fixupVariables(java.util.Vector vars, int globalsSize)
vars
- globalsSize
-