Uses of Package
org.htmlunit.xpath.patterns
-
Packages that use org.htmlunit.xpath.patterns Package Description org.htmlunit.xpath.axes Implementation of XPath LocationPath support -- primary classes are LocPathIterator and UnionPathIterator.org.htmlunit.xpath.compiler Implements an XPath parser which produces an OpMap, and a so-called Compiler which produces an expression tree for fast evaluation.org.htmlunit.xpath.patterns Implementation of XPath nodeTest support, and XSLT pattern matching support. -
Classes in org.htmlunit.xpath.patterns used by org.htmlunit.xpath.axes Class Description NodeTest This is the basic node test class for both match patterns and location path steps.StepPattern This class represents a single pattern match step. -
Classes in org.htmlunit.xpath.patterns used by org.htmlunit.xpath.compiler Class Description StepPattern This class represents a single pattern match step. -
Classes in org.htmlunit.xpath.patterns used by org.htmlunit.xpath.patterns Class Description NodeTest This is the basic node test class for both match patterns and location path steps.StepPattern This class represents a single pattern match step.