|
||||||||||
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
Base implementation of IRule
that
does nothing.
Constructor Summary | |
BaseRule()
|
Method Summary | |
void |
characters(RuleDirectedParser parser,
char[] ch,
int start,
int length)
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 |
ignorableWhitespace(RuleDirectedParser parser,
char[] ch,
int start,
int length)
Invoked when ignorable whitespace is found. |
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 ignorableWhitespace(RuleDirectedParser parser, char[] ch, int start, int length)
IRule
ignorableWhitespace
in interface IRule
public void characters(RuleDirectedParser parser, char[] ch, int start, int length)
IRule
characters
in interface IRule
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |