|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.oddjob.designer.arooa.DesignParser
Parses a design into a sequence of events which are passed to a handler for further processing.
| Constructor Summary | |
DesignParser(ArooaContext context)
Constructor. |
|
| Method Summary | |
void |
parse(java.lang.String tag,
java.lang.Object object,
ArooaHandler handler)
Parse a design. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DesignParser(ArooaContext context)
context - The context which will be passed to
the handler.| Method Detail |
public void parse(java.lang.String tag,
java.lang.Object object,
ArooaHandler handler)
throws org.xml.sax.SAXParseException
tag - The top level tag, e.g. oddjob.object - The top level element.handler - The handler to use.
org.xml.sax.SAXParseException - Could be thrown by the handler.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||