Uses of Interface org.dom4j.rule.Pattern

Uses in package org.dom4j.util

Methods with return type org.dom4j.rule.Pattern

Pattern
ProxyDocumentFactory.createPattern(String xpathPattern)

Uses in package org.dom4j.rule

Constructors with parameter type org.dom4j.rule.Pattern

Rule.Rule(Pattern pattern)
Rule.Rule(Pattern pattern, Action action)
Rule.Rule(Rule that, Pattern pattern)
Constructs a new Rule with the same instance data as the given rule but a different pattern.

Methods with parameter type org.dom4j.rule.Pattern

void
RuleManager.addDefaultRule(Mode mode, Pattern pattern, Action action)
Rule
void
Setter for property pattern.

Methods with return type org.dom4j.rule.Pattern

Pattern
Getter for property pattern.
Pattern[]
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.

Uses in package org.dom4j

Methods with return type org.dom4j.rule.Pattern

Pattern
DocumentFactory.createPattern(String xpathPattern)
createPattern parses the given XPath expression to create an XSLT style Patterninstance which can then be used in an XSLT processing model.
Pattern
DocumentHelper.createPattern(String xpathPattern)
createPattern parses the given XPath expression to create an XSLT style Patterninstance which can then be used in an XSLT processing model.

Copyright B) 2005 MetaStuff Ltd. All Rights Reserved. Hosted by

SourceForge Logo