Uses of Class
org.dom4j.rule.RuleSet

Packages that use RuleSet
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 RuleSet in org.dom4j.rule
 

Methods in org.dom4j.rule that return RuleSet
protected  RuleSet Mode.getRuleSet(NodeType matchType)
          DOCUMENT ME!
 

Methods in org.dom4j.rule that return types with arguments of type RuleSet
protected  java.util.Map<java.lang.String,RuleSet> Mode.addToNameMap(java.util.Map<java.lang.String,RuleSet> map, java.lang.String name, Rule rule)
          Adds the Rule to a RuleSet for the given name.
 

Methods in org.dom4j.rule with parameters of type RuleSet
 void RuleSet.addAll(RuleSet that)
          Adds all the rules to this RuleSet from the given other rule set.
 

Method parameters in org.dom4j.rule with type arguments of type RuleSet
protected  java.util.Map<java.lang.String,RuleSet> Mode.addToNameMap(java.util.Map<java.lang.String,RuleSet> map, java.lang.String name, Rule rule)
          Adds the Rule to a RuleSet for the given name.
protected  void Mode.removeFromNameMap(java.util.Map<java.lang.String,RuleSet> map, java.lang.String name, Rule rule)
           
 



Copyright © 2001-2008. All Rights Reserved.