public interface SAXVisitChildren extends SAXVisitor
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.Copyright © 2020. All rights reserved.