Home | History | Annotate | Download | only in templates

Lines Matching refs:XPath

28 import org.apache.xpath.XPath;
29 import org.apache.xpath.XPathContext;
30 import org.apache.xpath.objects.XObject;
31 import org.apache.xpath.objects.XRTreeFrag;
32 import org.apache.xpath.objects.XString;
61 private XPath m_selectPattern = null;
70 public void setSelect(XPath v)
82 public XPath getSelect()
155 XPath newSelect = ElemVariable.rewriteChildToExpression(this);