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 classAnyChildNodeTestDeprecated.will be removed in Jaxen 2.0classAnyNodeTestDeprecated.will be removed in Jaxen 2.0classLocationPathPatternDeprecated.will be removed in Jaxen 2.0classNamespaceTestDeprecated.will be removed in Jaxen 2.0classNameTestDeprecated.will be removed in Jaxen 2.0classNodeTestDeprecated.will be removed in Jaxen 2.0classNodeTypeTestDeprecated.will be removed in Jaxen 2.0classNoNodeTestDeprecated.will be removed in Jaxen 2.0classTextNodeTestDeprecated.will be removed in Jaxen 2.0classUnionPatternDeprecated.will be removed in Jaxen 2.0Fields in org.jaxen.pattern declared as Pattern Modifier and Type Field Description private 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 Pattern Modifier and Type Method Description protected static PatternPatternParser. convertExpr(Expr expr)Deprecated.protected PatternPatternHandler. createAbsoluteLocationPath()Deprecated.protected PatternPatternHandler. createRelativeLocationPath()Deprecated.PatternUnionPattern. getLHS()Deprecated.PatternPatternHandler. getPattern()Deprecated.Retrieve the simplified Jaxen Pattern expression tree.PatternPatternHandler. getPattern(boolean shouldSimplify)Deprecated.Retrieve the Jaxen Pattern expression tree, optionally simplified.PatternUnionPattern. 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 PatternPatternParser. parse(java.lang.String text)Deprecated.PatternLocationPathPattern. simplify()Deprecated.PatternPattern. simplify()Deprecated.PatternUnionPattern. simplify()Deprecated.Methods in org.jaxen.pattern with parameters of type Pattern Modifier and Type Method Description voidLocationPathPattern. setAncestorPattern(Pattern ancestorPattern)Deprecated.Adds a pattern for an ancestor of the current context node used in this pattern.voidUnionPattern. setLHS(Pattern lhs)Deprecated.voidLocationPathPattern. setParentPattern(Pattern parentPattern)Deprecated.Adds a pattern for the parent of the current context node used in this pattern.voidUnionPattern. setRHS(Pattern rhs)Deprecated.Constructors in org.jaxen.pattern with parameters of type Pattern Constructor Description UnionPattern(Pattern lhs, Pattern rhs)Deprecated.
-