|
Class Summary |
| AttributeMatcher |
Final evaluation state of a .../@* XPath expression. |
| ChildMatcher |
Intermediate evaluation state of a .../*... XPath expression. |
| CompositeMatcher |
Composite XPath evaluation state. |
| ElementMatcher |
Final evaluation state of an XPath expression that targets an element. |
| Matcher |
XPath element matcher. |
| MatchingContentHandler |
Content handler decorator that only passes the elements, attributes,
and text nodes that match the given XPath expression. |
| NamedAttributeMatcher |
Final evaluation state of a .../@name XPath expression. |
| NamedElementMatcher |
Intermediate evaluation state of a .../name... XPath
expression. |
| NodeMatcher |
Final evaluation state of a .../node() XPath expression. |
| SubtreeMatcher |
Evaluation state of a ...//... XPath expression. |
| TextMatcher |
Final evaluation state of a .../text() XPath expression. |
| XPathParser |
Parser for a very simple XPath subset. |