|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface XMLTagInterpreterController
This defines the API for tag interpreter controller classes in the PAX framework. Such a controller has the task to invoke the right tag interpreter object for each start element the SAX parser detects.
| Method Summary | |
|---|---|
void |
returnControl(java.lang.Object result)
Gives back the control of the element interpretation to the controller. |
| Methods inherited from interface org.xml.sax.ContentHandler |
|---|
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping |
| Method Detail |
|---|
void returnControl(java.lang.Object result)
throws org.xml.sax.SAXException
result - The resulting object from interpretation of a sub tag.
org.xml.sax.SAXException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||