|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SAXVisitChildren
SAX Visit children events.
| Method Summary | |
|---|---|
void |
onChildElement(SAXElement element,
SAXElement childElement,
ExecutionContext executionContext)
Process the onChildElement event for the targeted element. |
void |
onChildText(SAXElement element,
SAXText childText,
ExecutionContext executionContext)
Process the onChildText event for the targeted element. |
| Method Detail |
|---|
void onChildText(SAXElement element,
SAXText childText,
ExecutionContext executionContext)
throws SmooksException,
IOException
element - The element containing the text (parent). The targeted element.childText - The text.executionContext - Execution context.
SmooksException - Event processing failure.
IOException - Error writing event to output writer.
void onChildElement(SAXElement element,
SAXElement childElement,
ExecutionContext executionContext)
throws SmooksException,
IOException
element - The element containing the child element (parent). The targeted element.childElement - The child element just added to the targeted element.executionContext - Execution context.
SmooksException - Event processing failure.
IOException - Error writing event to output writer.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||