public class BaseRule extends java.lang.Object implements IRule
IRulethat does nothing.| Constructor and Description |
|---|
BaseRule() |
| Modifier and Type | Method and Description |
|---|---|
void |
content(RuleDirectedParser parser,
java.lang.String content)
Invoked when real content is found.
|
void |
endElement(RuleDirectedParser parser)
Invoked just after the rule is popped off the rule stack.
|
protected java.lang.String |
getAttribute(org.xml.sax.Attributes attributes,
java.lang.String name) |
void |
startElement(RuleDirectedParser parser,
org.xml.sax.Attributes attributes)
Invoked just after the rule is pushed onto the rule stack.
|
public BaseRule()
protected java.lang.String getAttribute(org.xml.sax.Attributes attributes, java.lang.String name)
public void startElement(RuleDirectedParser parser, org.xml.sax.Attributes attributes)
IRulestartElement in interface IRulepublic void endElement(RuleDirectedParser parser)
IRuleendElement in interface IRulepublic void content(RuleDirectedParser parser, java.lang.String content)
IRule