OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_xpath
(Results
1 - 6
of
6
) sorted by null
/external/apache-xml/src/main/java/org/apache/xalan/templates/
AVTPartXPath.java
42
private XPath
m_xpath
;
field in class:AVTPartXPath
56
m_xpath
.fixupVariables(vars, globalsSize);
67
return
m_xpath
.getExpression().canTraverseOutsideSubtree();
77
m_xpath
= xpath;
104
m_xpath
= new XPath(val, null, nsNode, XPath.SELECT, liaison.getErrorListener());
114
return "{" +
m_xpath
.getPatternString() + "}";
135
XObject xobj =
m_xpath
.execute(xctxt, context, nsNode);
148
m_xpath
.getExpression().callVisitors(
m_xpath
, visitor);
ElemForEach.java
93
protected XPath
m_xpath
= null;
field in class:ElemForEach
106
m_xpath
= xpath;
486
* globel varialbe
m_xpath
during deserialization of an object which was
492
m_xpath
= null;
/external/testng/src/main/java/org/testng/xml/dom/
DomUtil.java
25
private XPath
m_xpath
;
field in class:DomUtil
30
m_xpath
= xpathFactory.newXPath();
104
// XPathExpression expr =
m_xpath
.compile("//suite/test");
/prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/
testng-6.9.10.jar
/prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar
/prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar
Completed in 144 milliseconds