Uses of Class
org.apache.turbine.services.intake.xmlmodel.Rule

Packages that use Rule
org.apache.turbine.services.intake.transform   
org.apache.turbine.services.intake.xmlmodel   
 

Uses of Rule in org.apache.turbine.services.intake.transform
 

Fields in org.apache.turbine.services.intake.transform declared as Rule
private  Rule XmlToAppData.currRule
           
 

Uses of Rule in org.apache.turbine.services.intake.xmlmodel
 

Methods in org.apache.turbine.services.intake.xmlmodel that return Rule
 Rule XmlField.addRule(org.xml.sax.Attributes attrib)
          A utility function to create a new input parameter from attrib and add it to this property.
 

Methods in org.apache.turbine.services.intake.xmlmodel with parameters of type Rule
 void XmlField.addRule(Rule rule)
          Adds a new rule to the parameter Map and set the parent property of the Rule to this property
 



Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.