|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.oddjob.arooa.ArooaHandler
org.oddjob.arooa.handlers.TypicalElementHandler
org.oddjob.arooa.handlers.NestedElementHandler
Handler for a nested element.
| Constructor Summary | |
NestedElementHandler()
|
|
| Method Summary | |
void |
onStartElement(java.lang.String uri,
java.lang.String tag,
java.lang.String qname,
org.xml.sax.Attributes attrs,
ArooaContext context)
Initialisation routine called after handler creation with the element name and attributes. |
| Methods inherited from class org.oddjob.arooa.handlers.TypicalElementHandler |
characters, onStartChild |
| Methods inherited from class org.oddjob.arooa.ArooaHandler |
checkNamespace, onEndChild, onEndElement |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public NestedElementHandler()
| Method Detail |
public void onStartElement(java.lang.String uri,
java.lang.String tag,
java.lang.String qname,
org.xml.sax.Attributes attrs,
ArooaContext context)
throws org.xml.sax.SAXParseException
onStartElement in class TypicalElementHandleruri - The namespace URI for this element.tag - Name of the element which caused this handler
to be created. Must not be null.qname - The qualified name for this element.attrs - Attributes of the element which caused this
handler to be created. Must not be null.context - The current context.
org.xml.sax.SAXParseException - in case of error (not thrown in
this implementation)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||