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 TypeClassDescriptionclassAnyNodeTestmatches any node.classLocationPathPatternmatches any node using a location path such as A/B/C.classNamespaceTesttests for a given namespace URI.classNameTesttests for a node name.classDeprecated.will be removed in Jaxen 2.0classNodeTypeTestmatches if the node is of a certain type such as element, attribute, comment, text, processing instruction and so forth.classTextNodeTestmatches any text node.classUnionPatternrepresents a union pattern.Methods in org.jaxen.pattern that return PatternModifier and TypeMethodDescriptionprotected static PatternPatternParser.convertExpr(Expr expr) protected PatternPatternHandler.createAbsoluteLocationPath()protected PatternPatternHandler.createRelativeLocationPath()UnionPattern.getLHS()PatternHandler.getPattern()Retrieve the simplified Jaxen Pattern expression tree.PatternHandler.getPattern(boolean shouldSimplify) Retrieve the Jaxen Pattern expression tree, optionally simplified.UnionPattern.getRHS()Pattern[]Pattern.getUnionPatterns()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()static PatternLocationPathPattern.simplify()Pattern.simplify()UnionPattern.simplify()Methods in org.jaxen.pattern with parameters of type PatternModifier and TypeMethodDescriptionvoidLocationPathPattern.setAncestorPattern(Pattern ancestorPattern) Adds a pattern for an ancestor of the current context node used in this pattern.voidvoidLocationPathPattern.setParentPattern(Pattern parentPattern) Adds a pattern for the parent of the current context node used in this pattern.voidConstructors in org.jaxen.pattern with parameters of type Pattern