Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Class and Description |
---|---|
class |
BaseRule
Base implementation of
IRule that does nothing. |
Modifier and Type | Method and Description |
---|---|
protected IRule |
RuleDirectedParser.peekRule()
Returns the top rule on the stack.
|
protected IRule |
RuleDirectedParser.popRule() |
protected IRule |
RuleDirectedParser.selectRule(java.lang.String localName,
org.xml.sax.Attributes attributes) |
Modifier and Type | Method and Description |
---|---|
void |
RuleDirectedParser.addRule(java.lang.String localElementName,
IRule rule) |
protected void |
RuleDirectedParser.pushRule(IRule rule)
Pushes a new rule onto the rule stack.
|