Uses of Class
org.jaxen.pattern.Pattern
-
Packages that use Pattern Package Description org.jaxen.pattern Defines XSLT Pattern objects. -
-
Uses of Pattern in org.jaxen.pattern
Subclasses of Pattern in org.jaxen.pattern Modifier and Type Class Description class
AnyChildNodeTest
Deprecated.will be removed in Jaxen 2.0class
AnyNodeTest
Deprecated.will be removed in Jaxen 2.0class
LocationPathPattern
Deprecated.will be removed in Jaxen 2.0class
NamespaceTest
Deprecated.will be removed in Jaxen 2.0class
NameTest
Deprecated.will be removed in Jaxen 2.0class
NodeTest
Deprecated.will be removed in Jaxen 2.0class
NodeTypeTest
Deprecated.will be removed in Jaxen 2.0class
NoNodeTest
Deprecated.will be removed in Jaxen 2.0class
TextNodeTest
Deprecated.will be removed in Jaxen 2.0class
UnionPattern
Deprecated.will be removed in Jaxen 2.0Fields in org.jaxen.pattern declared as Pattern Modifier and Type Field Description private Pattern
LocationPathPattern. ancestorPattern
Deprecated.Patterns matching one of my ancestorsprivate Pattern
UnionPattern. lhs
Deprecated.private Pattern
LocationPathPattern. parentPattern
Deprecated.Patterns matching my parent nodeprivate Pattern
PatternHandler. pattern
Deprecated.private Pattern
UnionPattern. rhs
Deprecated.Methods in org.jaxen.pattern that return Pattern Modifier and Type Method 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[]
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.Pattern[]
UnionPattern. getUnionPatterns()
Deprecated.static Pattern
PatternParser. parse(java.lang.String text)
Deprecated.Pattern
LocationPathPattern. simplify()
Deprecated.Pattern
Pattern. simplify()
Deprecated.Pattern
UnionPattern. simplify()
Deprecated.Methods in org.jaxen.pattern with parameters of type Pattern Modifier and Type Method 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.Constructors in org.jaxen.pattern with parameters of type Pattern Constructor Description UnionPattern(Pattern lhs, Pattern rhs)
Deprecated.
-