Uses of Class
org.jaxen.pattern.Pattern
Packages that use Pattern
-
Uses of Pattern in org.jaxen.pattern
Subclasses of Pattern in org.jaxen.patternModifier and TypeClassDescriptionclass
Deprecated.will be removed in Jaxen 2.0class
Deprecated.will be removed in Jaxen 2.0class
Deprecated.will be removed in Jaxen 2.0class
Deprecated.will be removed in Jaxen 2.0class
Deprecated.will be removed in Jaxen 2.0class
Deprecated.will be removed in Jaxen 2.0class
Deprecated.will be removed in Jaxen 2.0class
Deprecated.will be removed in Jaxen 2.0class
Deprecated.will be removed in Jaxen 2.0class
Deprecated.will be removed in Jaxen 2.0Fields in org.jaxen.pattern declared as PatternModifier and TypeFieldDescriptionprivate 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 PatternModifier and TypeMethodDescriptionprotected static Pattern
PatternParser.convertExpr
(Expr expr) Deprecated.protected Pattern
PatternHandler.createAbsoluteLocationPath()
Deprecated.protected Pattern
PatternHandler.createRelativeLocationPath()
Deprecated.UnionPattern.getLHS()
Deprecated.PatternHandler.getPattern()
Deprecated.Retrieve the simplified Jaxen Pattern expression tree.PatternHandler.getPattern
(boolean shouldSimplify) Deprecated.Retrieve the Jaxen Pattern expression tree, optionally simplified.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
Deprecated.LocationPathPattern.simplify()
Deprecated.Pattern.simplify()
Deprecated.UnionPattern.simplify()
Deprecated.Methods in org.jaxen.pattern with parameters of type PatternModifier and TypeMethodDescriptionvoid
LocationPathPattern.setAncestorPattern
(Pattern ancestorPattern) Deprecated.Adds a pattern for an ancestor of the current context node used in this pattern.void
Deprecated.void
LocationPathPattern.setParentPattern
(Pattern parentPattern) Deprecated.Adds a pattern for the parent of the current context node used in this pattern.void
Deprecated.Constructors in org.jaxen.pattern with parameters of type Pattern