Uses of Interface
org.dom4j.rule.Pattern
Packages that use Pattern
Package
Description
Defines the XML Document Object Model in Java interfaces together with some helper classes.
Contains the default implementations of the dom4j Document Object Model together with some helpful base classes for those wishing to implement their own document object model.
A collection of utility classes for the dom4j API.
Provides the core tools needed to use the XPath library
-
Uses of Pattern in org.dom4j
Modifier and TypeMethodDescriptionDocumentFactory.createPattern(String xpathPattern) createPatternparses the given XPath expression to create an XSLT stylePatterninstance which can then be used in an XSLT processing model.static PatternDocumentHelper.createPattern(String xpathPattern) createPatternparses the given XPath expression to create an XSLT stylePatterninstance which can then be used in an XSLT processing model. -
Uses of Pattern in org.dom4j.rule
Methods in org.dom4j.rule that return PatternModifier and TypeMethodDescriptionRule.getPattern()Getter for property pattern.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.Methods in org.dom4j.rule with parameters of type PatternModifier and TypeMethodDescriptionprotected voidRuleManager.addDefaultRule(Mode mode, Pattern pattern, Action action) protected RuleRuleManager.createDefaultRule(Pattern pattern, Action action) voidRule.setPattern(Pattern pattern) Setter for property pattern.Constructors in org.dom4j.rule with parameters of type Pattern -
Uses of Pattern in org.dom4j.rule.pattern
Classes in org.dom4j.rule.pattern that implement PatternModifier and TypeClassDescriptionclassDefaultPatterna default implementation of Pattern which can take any XPath implementation or NodeFilter for defining the pattern.classNodeTypePatternimplements a Pattern which matches any node of the given node type.Methods in org.dom4j.rule.pattern that return PatternModifier and TypeMethodDescriptionPattern[]DefaultPattern.getUnionPatterns()Pattern[]NodeTypePattern.getUnionPatterns() -
Uses of Pattern in org.dom4j.tree
Methods in org.dom4j.tree that return Pattern -
Uses of Pattern in org.dom4j.util
Methods in org.dom4j.util that return Pattern -
Uses of Pattern in org.dom4j.xpath
Classes in org.dom4j.xpath that implement PatternModifier and TypeClassDescriptionclassXPathPatternis an implementation of Pattern which uses an XPath xpath.Methods in org.dom4j.xpath that return Pattern