Uses of Interface
org.apache.tapestry.util.xml.IRule

Packages that use IRule
org.apache.tapestry.script Parser and related classes for dynamically generating JavaScript for inclusion in an HTML response. 
org.apache.tapestry.util.xml Base classes for streamlining the process of parsing an XML document. 
 

Uses of IRule in org.apache.tapestry.script
 

Classes in org.apache.tapestry.script that implement IRule
 class InitRule
          Constructs an InitToken from an <initialization> element, which contains full content.
 class ScriptRule
          Rule for <script> element.
 class UniqueRule
          Constructs a UniqueToken from an <unique> element, which contains full content.
 

Uses of IRule in org.apache.tapestry.util.xml
 

Classes in org.apache.tapestry.util.xml that implement IRule
 class BaseRule
          Base implementation of IRulethat does nothing.
 

Methods in org.apache.tapestry.util.xml that return IRule
protected  IRule RuleDirectedParser.peekRule()
          Returns the top rule on the stack.
protected  IRule RuleDirectedParser.popRule()
           
protected  IRule RuleDirectedParser.selectRule(String localName, Attributes attributes)
           
 

Methods in org.apache.tapestry.util.xml with parameters of type IRule
 void RuleDirectedParser.addRule(String localElementName, IRule rule)
           
protected  void RuleDirectedParser.pushRule(IRule rule)
          Pushes a new rule onto the rule stack.
 



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.