Uses of Class
XPath

Uses of XPath in <Unnamed>
 

Fields in <Unnamed> with type parameters of type XPath
private  java.util.List<XPath> XPathParts.parts
          All separate compiled XPath expression parts
 

Methods in <Unnamed> that return types with arguments of type XPath
private  java.util.List<XPath> XPathParts.compile(java.lang.String patString, NamespaceContext context)
          create as many parts as there are node tests only used in the constructor
 java.util.List<XPath> XPathParts.getParts()