public interface Rule extends Locatable
Schema elements.
As the SchemaProcessor
works through the Element hiearchy, it invokes
methods on the Rules.| Modifier and Type | Method and Description |
|---|---|
void |
begin(SchemaProcessor processor,
Element element)
Begin rules are fired first, in order.
|
void |
end(SchemaProcessor processor,
Element element)
End rules are fired last, in inverse order.
|
getLocationvoid begin(SchemaProcessor processor, Element element)
void end(SchemaProcessor processor, Element element)