public class XPath20 extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
fExpression |
protected NamespaceContext |
fNsContext |
| Constructor and Description |
|---|
XPath20(String xpath,
SymbolTable symbolTable,
NamespaceContext nsContext) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluateTest(QName element,
XMLAttributes attributes)
Evaluate the test XPath expression using the attribute information and element information.
|
String |
getXPathStrValue() |
protected final String fExpression
protected final NamespaceContext fNsContext
public XPath20(String xpath, SymbolTable symbolTable, NamespaceContext nsContext) throws XPathException
XPathExceptionpublic boolean evaluateTest(QName element, XMLAttributes attributes)
element - QName of the current elementattributes - attributes collection of the current elementpublic String getXPathStrValue()
Copyright © 2013. All rights reserved.