|
|||||||||
| Home >> All >> org >> apache >> hivemind >> [ schema overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.hivemind.schema
Interface Rule

- All Superinterfaces:
- org.apache.hivemind.Locatable
- public interface Rule
- extends org.apache.hivemind.Locatable
Rules associated with Schema elements. As the SchemaProcessor works through the org.apache.hivemind.Element hiearchy, it invokes methods on the Rules.
| Method Summary | |
void |
begin(SchemaProcessor processor,
org.apache.hivemind.Element element)
Begin rules are fired first, in order. |
void |
end(SchemaProcessor processor,
org.apache.hivemind.Element element)
End rules are fired last, in inverse order. |
| Methods inherited from interface org.apache.hivemind.Locatable |
getLocation |
| Method Detail |
begin
public void begin(SchemaProcessor processor, org.apache.hivemind.Element element)
- Begin rules are fired first, in order. All rules are invoked, and then the
SchemaProcessor recurses into the elements contained within the element.
end
public void end(SchemaProcessor processor, org.apache.hivemind.Element element)
- End rules are fired last, in inverse order.
|
|||||||||
| Home >> All >> org >> apache >> hivemind >> [ schema overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC