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 TypeClassDescriptionclassDeprecated.will be removed in Jaxen 2.0classDeprecated.will be removed in Jaxen 2.0classDeprecated.will be removed in Jaxen 2.0classDeprecated.will be removed in Jaxen 2.0classDeprecated.will be removed in Jaxen 2.0classDeprecated.will be removed in Jaxen 2.0classDeprecated.will be removed in Jaxen 2.0classDeprecated.will be removed in Jaxen 2.0classDeprecated.will be removed in Jaxen 2.0classDeprecated.will be removed in Jaxen 2.0Fields in org.jaxen.pattern declared as PatternModifier and TypeFieldDescriptionprivate PatternLocationPathPattern.ancestorPatternDeprecated.Patterns matching one of my ancestorsprivate PatternUnionPattern.lhsDeprecated.private PatternLocationPathPattern.parentPatternDeprecated.Patterns matching my parent nodeprivate PatternPatternHandler.patternDeprecated.private PatternUnionPattern.rhsDeprecated.Methods in org.jaxen.pattern that return PatternModifier and TypeMethodDescriptionprotected static PatternPatternParser.convertExpr(Expr expr) Deprecated.protected PatternPatternHandler.createAbsoluteLocationPath()Deprecated.protected PatternPatternHandler.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 PatternDeprecated.LocationPathPattern.simplify()Deprecated.Pattern.simplify()Deprecated.UnionPattern.simplify()Deprecated.Methods in org.jaxen.pattern with parameters of type PatternModifier and TypeMethodDescriptionvoidLocationPathPattern.setAncestorPattern(Pattern ancestorPattern) Deprecated.Adds a pattern for an ancestor of the current context node used in this pattern.voidDeprecated.voidLocationPathPattern.setParentPattern(Pattern parentPattern) Deprecated.Adds a pattern for the parent of the current context node used in this pattern.voidDeprecated.Constructors in org.jaxen.pattern with parameters of type Pattern