Interface XMLRPCStaxProcessor
- All Known Implementing Classes:
ArchiverValuesHandler
public interface XMLRPCStaxProcessor
Our layer on top of STAX; similar to DefaultHandler with the exception of the boolean to indicate pause/resume processing.
- Author:
- mshankar
-
Method Summary
Modifier and TypeMethodDescriptionbooleanendElement(String localName, String value) booleanstartElement(String localName)
-
Method Details
-
startElement
- Throws:
IOException
-
endElement
- Throws:
IOException
-