Package | Description |
---|---|
org.jaxen.pattern |
Defines XSLT Pattern objects.
|
Modifier and Type | Class and Description |
---|---|
class |
AnyChildNodeTest
Deprecated.
will be removed in Jaxen 2.0
|
class |
AnyNodeTest
Deprecated.
will be removed in Jaxen 2.0
|
class |
LocationPathPattern
Deprecated.
will be removed in Jaxen 2.0
|
class |
NamespaceTest
Deprecated.
will be removed in Jaxen 2.0
|
class |
NameTest
Deprecated.
will be removed in Jaxen 2.0
|
class |
NodeTest
Deprecated.
will be removed in Jaxen 2.0
|
class |
NodeTypeTest
Deprecated.
will be removed in Jaxen 2.0
|
class |
NoNodeTest
Deprecated.
will be removed in Jaxen 2.0
|
class |
TextNodeTest
Deprecated.
will be removed in Jaxen 2.0
|
class |
UnionPattern
Deprecated.
will be removed in Jaxen 2.0
|
Modifier and Type | Method and Description |
---|---|
protected static Pattern |
PatternParser.convertExpr(Expr expr)
Deprecated.
|
protected Pattern |
PatternHandler.createAbsoluteLocationPath()
Deprecated.
|
protected Pattern |
PatternHandler.createRelativeLocationPath()
Deprecated.
|
Pattern |
UnionPattern.getLHS()
Deprecated.
|
Pattern |
PatternHandler.getPattern()
Deprecated.
Retrieve the simplified Jaxen Pattern expression tree.
|
Pattern |
PatternHandler.getPattern(boolean shouldSimplify)
Deprecated.
Retrieve the Jaxen Pattern expression tree, optionally
simplified.
|
Pattern |
UnionPattern.getRHS()
Deprecated.
|
Pattern[] |
UnionPattern.getUnionPatterns()
Deprecated.
|
Pattern[] |
Pattern.getUnionPatterns()
Deprecated.
If this pattern is a union pattern then this
method should return an array of patterns which
describe the union pattern, which should contain more than one pattern.
|
static Pattern |
PatternParser.parse(java.lang.String text)
Deprecated.
|
Pattern |
UnionPattern.simplify()
Deprecated.
|
Pattern |
Pattern.simplify()
Deprecated.
|
Pattern |
LocationPathPattern.simplify()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
LocationPathPattern.setAncestorPattern(Pattern ancestorPattern)
Deprecated.
Adds a pattern for an ancestor of the current
context node used in this pattern.
|
void |
UnionPattern.setLHS(Pattern lhs)
Deprecated.
|
void |
LocationPathPattern.setParentPattern(Pattern parentPattern)
Deprecated.
Adds a pattern for the parent of the current
context node used in this pattern.
|
void |
UnionPattern.setRHS(Pattern rhs)
Deprecated.
|
Constructor and Description |
---|
UnionPattern(Pattern lhs,
Pattern rhs)
Deprecated.
|
Copyright © 2001–2020 The Jaxen Project. All rights reserved.