Uses of Interface
org.tinyjee.maven.dim.utils.XPathEvaluator

Packages that use XPathEvaluator
org.tinyjee.maven.dim.utils Contains the shared utility classes. 
 

Uses of XPathEvaluator in org.tinyjee.maven.dim.utils
 

Classes in org.tinyjee.maven.dim.utils that implement XPathEvaluator
 class XPathEvaluatorImplementation
          Implements XPathEvaluator.
 

Methods in org.tinyjee.maven.dim.utils that return XPathEvaluator
 XPathEvaluator XPathEvaluatorImplementation.newEvaluator(Node node)
           
 XPathEvaluator XPathEvaluator.newEvaluator(Node node)
          Creates a new dependent evaluator that resolves nodes relative to the given node.