public interface TypeParser extends ContentHandler
Modifier and Type | Method and Description |
---|---|
Object |
getResult()
Returns the parsed object.
|
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
Object getResult() throws XmlRpcException
XmlRpcException
- Creating the result object failed.IllegalStateException
- The method was invoked before
ContentHandler.endDocument()
.Copyright © 2001–2021 The Apache Software Foundation. All rights reserved.