|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tapestry.util.xml.BaseRule
public class BaseRule
Base implementation of IRule
that
does nothing.
Constructor Summary | |
---|---|
BaseRule()
|
Method Summary | |
---|---|
void |
content(RuleDirectedParser parser,
String content)
Invoked when real content is found. |
void |
endElement(RuleDirectedParser parser)
Invoked just after the rule is popped off the rule stack. |
protected String |
getAttribute(org.xml.sax.Attributes attributes,
String name)
|
void |
startElement(RuleDirectedParser parser,
org.xml.sax.Attributes attributes)
Invoked just after the rule is pushed onto the rule stack. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BaseRule()
Method Detail |
---|
protected String getAttribute(org.xml.sax.Attributes attributes, String name)
public void startElement(RuleDirectedParser parser, org.xml.sax.Attributes attributes)
IRule
startElement
in interface IRule
public void endElement(RuleDirectedParser parser)
IRule
endElement
in interface IRule
public void content(RuleDirectedParser parser, String content)
IRule
content
in interface IRule
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |