public class BaseRule extends java.lang.Object implements IRule
IRule
that 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)
IRule
startElement
in interface IRule
public void endElement(RuleDirectedParser parser)
IRule
endElement
in interface IRule
public void content(RuleDirectedParser parser, java.lang.String content)
IRule