Uses of Class
org.dom4j.rule.Mode

Packages that use Mode
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. 
 

Uses of Mode in org.dom4j.rule
 

Methods in org.dom4j.rule that return Mode
protected  Mode RuleManager.createMode()
          A factory method to return a new Modeinstance which should add the necessary default rules
 Mode RuleManager.getMode(java.lang.String modeName)
          DOCUMENT ME!
 

Methods in org.dom4j.rule with parameters of type Mode
protected  void RuleManager.addDefaultRule(Mode mode, Pattern pattern, Action action)
           
protected  void RuleManager.addDefaultRules(Mode mode)
          Adds the default stylesheet rules to the given Modeinstance
 



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

SourceForge