public class XPath20
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| protected java.lang.String | fExpression | 
| protected org.apache.xerces.xni.NamespaceContext | fNsContext | 
| Constructor and Description | 
|---|
| XPath20(java.lang.String xpath,
       SymbolTable symbolTable,
       org.apache.xerces.xni.NamespaceContext nsContext) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | evaluateTest(org.apache.xerces.xni.QName element,
            org.apache.xerces.xni.XMLAttributes attributes)Evaluate the test XPath expression using the attribute information and element information. | 
| java.lang.String | getXPathStrValue() | 
protected final java.lang.String fExpression
protected final org.apache.xerces.xni.NamespaceContext fNsContext
public XPath20(java.lang.String xpath,
       SymbolTable symbolTable,
       org.apache.xerces.xni.NamespaceContext nsContext)
        throws XPathException
XPathExceptionpublic boolean evaluateTest(org.apache.xerces.xni.QName element,
                   org.apache.xerces.xni.XMLAttributes attributes)
element - QName of the current elementattributes - attributes collection of the current elementpublic java.lang.String getXPathStrValue()
Copyright © 1999-2022 The Apache Software Foundation. All Rights Reserved.