| Package | Description |
|---|---|
| xyz.cofe.xml.stream.path |
| Modifier and Type | Class and Description |
|---|---|
class |
ParentMatcher |
class |
TagMatcher |
| Modifier and Type | Field and Description |
|---|---|
PathExpression |
XVisitorAdapter.MatchPathDelegator.expression |
PathExpression |
XVisitorAdapter.MatchContentDelegator.expression |
protected PathExpression |
ParentMatcher.expression |
| Modifier and Type | Method and Description |
|---|---|
static PathExpression |
Expressions.andPath(PathExpression... expressions) |
static PathExpression |
Expressions.attr(Predicate<String> namePredicate,
Predicate<String> valuePredicate) |
static PathExpression |
Expressions.attrIsNumeric(String attrName) |
PathExpression |
ParentMatcher.getExpression() |
static PathExpression |
Expressions.hasAttribute(String name) |
static PathExpression |
Expressions.hasAttribute(String name,
boolean ignoreCase) |
static PathExpression |
Expressions.notPath(PathExpression expression) |
static PathExpression |
Expressions.orPath(PathExpression... expressions) |
static PathExpression |
Expressions.parentPath(PathExpression expression) |
PathExpression |
PathParser.parse(String text) |
protected PathExpression |
PathParser.parsePath(Pointer<Token> ptr) |
static PathExpression |
Expressions.rootPath() |
static PathExpression |
Expressions.tagNameEquals(String name) |
static PathExpression |
Expressions.tagNameEqualsIgnoreCase(String name) |
static PathExpression |
Expressions.tagNameMatches(String name) |
| Modifier and Type | Method and Description |
|---|---|
static PathExpression |
Expressions.andPath(PathExpression... expressions) |
static PathExpression |
Expressions.notPath(PathExpression expression) |
static PathExpression |
Expressions.orPath(PathExpression... expressions) |
static PathExpression |
Expressions.parentPath(PathExpression expression) |
void |
ParentMatcher.setExpression(PathExpression expression) |
| Constructor and Description |
|---|
ParentMatcher(PathExpression e) |
Copyright © 2018. All rights reserved.