public abstract class BaseRule extends BaseLocatable implements Rule
Rules.| Constructor and Description |
|---|
BaseRule() |
| Modifier and Type | Method and Description |
|---|---|
void |
begin(SchemaProcessor processor,
Element element)
Does nothing; subclasses may override.
|
void |
end(SchemaProcessor processor,
Element element)
Does nothing; subclasses may override.
|
getLocation, setLocationclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLocationpublic BaseRule()
public void begin(SchemaProcessor processor, Element element)
public void end(SchemaProcessor processor, Element element)