Uses of Interface
org.dom4j.rule.Pattern

Packages that use Pattern
org.dom4j Defines the XML Document Object Model in Java interfaces together with some helper classes. 
org.dom4j.rule A Pattern based XML rule engine which implements the full XSLT processing model while allowing any Action to be fired if a pattern matches. 
org.dom4j.util A collection of utility classes for the dom4j API. 
 

Uses of Pattern in org.dom4j
 

Methods in org.dom4j that return Pattern
static 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.
 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.
 

Uses of Pattern in org.dom4j.rule
 

Methods in org.dom4j.rule that return Pattern
 Pattern Rule.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 Pattern
protected  void RuleManager.addDefaultRule(Mode mode, Pattern pattern, Action action)
           
protected  Rule RuleManager.createDefaultRule(Pattern pattern, Action action)
           
 void Rule.setPattern(Pattern pattern)
          Setter for property pattern.
 

Constructors in org.dom4j.rule with parameters of type Pattern
Rule(Pattern pattern)
           
Rule(Pattern pattern, Action action)
           
Rule(Rule that, Pattern pattern)
          Constructs a new Rule with the same instance data as the given rule but a different pattern.
 

Uses of Pattern in org.dom4j.util
 

Methods in org.dom4j.util that return Pattern
 Pattern ProxyDocumentFactory.createPattern(String xpathPattern)
           
 



Copyright © 2005 MetaStuff Ltd. All Rights Reserved. Hosted by

SourceForge Logo