Serializable
, SourceLocator
, org.apache.xpath.ExpressionNode
, org.apache.xpath.XPathVisitable
public class FuncHere
extends org.apache.xpath.functions.Function
FuncHere
which has this Node as 'owner'.Constructor | Description |
---|---|
FuncHere() |
Modifier and Type | Method | Description |
---|---|---|
org.apache.xpath.objects.XObject |
execute(org.apache.xpath.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(Vector vars,
int globalsSize) |
No arguments to process, so this does nothing.
|
asIterator, asIteratorRaw, asNode, assertion, bool, canTraverseOutsideSubtree, error, execute, execute, execute, executeCharsToContentHandler, exprAddChild, exprGetChild, exprGetNumChildren, exprGetParent, exprSetParent, getColumnNumber, getExpressionOwner, getLineNumber, getPublicId, getSystemId, isNodesetExpr, isSameClass, isStableNumber, num, warn, xstr
public org.apache.xpath.objects.XObject execute(org.apache.xpath.XPathContext xctxt) throws TransformerException
execute
in class org.apache.xpath.functions.Function
xctxt
- TransformerException
public void fixupVariables(Vector vars, int globalsSize)
fixupVariables
in class org.apache.xpath.Expression
vars
- globalsSize
- Copyright © 2000–2018 The Apache Software Foundation. All rights reserved.