public interface MatchablePathElement extends PathElement
Modifier and Type | Method and Description |
---|---|
MatchedElement |
match(java.lang.String dataKey,
WalkedPath walkedPath)
See if this PathElement matches the given dataKey.
|
getCanonicalForm, getRawKey
MatchedElement match(java.lang.String dataKey, WalkedPath walkedPath)
dataKey
- String key value from the input datawalkedPath
- "up the tree" list of LiteralPathElements, that may be used by this key as it is computing its match