Searched refs:m_xpath (Results 1 – 3 of 3) sorted by relevance
42 private XPath m_xpath; field in AVTPartXPath56 m_xpath.fixupVariables(vars, globalsSize); in fixupVariables()67 return m_xpath.getExpression().canTraverseOutsideSubtree(); in canTraverseOutsideSubtree()77 m_xpath = xpath; in AVTPartXPath()104 m_xpath = new XPath(val, null, nsNode, XPath.SELECT, liaison.getErrorListener()); in AVTPartXPath()114 return "{" + m_xpath.getPatternString() + "}"; in getSimpleString()135 XObject xobj = m_xpath.execute(xctxt, context, nsNode); in evaluate()148 m_xpath.getExpression().callVisitors(m_xpath, visitor); in callVisitors()
93 protected XPath m_xpath = null; field in ElemForEach106 m_xpath = xpath; in setSelect()492 m_xpath = null; in readObject()
25 private XPath m_xpath; field in DomUtil30 m_xpath = xpathFactory.newXPath(); in DomUtil()