public class FuncHere
extends java.lang.Object
implements javax.xml.xpath.XPathFunction
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. This expression results in an error if the containing XPath expression does not appear in the same XML document against which the XPath expression is being evaluated.
| Constructor and Description |
|---|
FuncHere(org.w3c.dom.Node aNodeContainingHere) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
evaluate(java.util.List aList) |
Copyright © 2025. All rights reserved.