See: Description
Class | Description |
---|---|
AttributeMatcher |
Utility class designed to quickly match an attribute with an ordered list of
XPaths.
|
ElementMatcher |
Utility class designed to quickly match an element with an ordered list of
XPaths.
|
Path |
A location path.
|
Step |
A location step.
|
XPath |
A simple implementation of XPath.
|
Enum | Description |
---|---|
Step.Axis |
The axis of this step.
|
Step.Test |
The test of this step.
|
The subset supported by this implementation is the subset required to implement W3C XML Schema validation, plus the support for absolute XPaths (W3C XML Schema only requires supporting relative XPaths).
This package also contains a couple of helper classes (fast element and attribute matchers) based on this simple implementation of XPath.
The classes in this package are thread-safe.