Package org.docx4j.openpackaging.parts
Interface StAXHandlerInterface
- All Known Implementing Classes:
StAXHandlerAbstract
public interface StAXHandlerInterface
-
Method Summary
Modifier and Type Method Description voidhandle(javax.xml.stream.XMLStreamReader xmlr, javax.xml.stream.XMLStreamWriter xmlWriter)
-
Method Details
-
handle
void handle(javax.xml.stream.XMLStreamReader xmlr, javax.xml.stream.XMLStreamWriter xmlWriter) throws LocationAwareXMLStreamException, javax.xml.stream.XMLStreamException- Throws:
LocationAwareXMLStreamExceptionjavax.xml.stream.XMLStreamException
-