public class CapabilitiesParser extends XmlParser implements ApiResponseReader<Capabilities>
| Constructor and Description |
|---|
CapabilitiesParser() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
onEndElement() |
protected void |
onStartElement() |
Capabilities |
parse(java.io.InputStream in)
Called when the input stream is available.
|
doParse, getAttribute, getBooleanAttribute, getByteAttribute, getDoubleAttribute, getFloatAttribute, getIntAttribute, getLongAttribute, getName, getParentName, getText, onTextNodepublic Capabilities parse(java.io.InputStream in) throws java.io.IOException
ApiResponseReaderparse in interface ApiResponseReader<Capabilities>in - the input stream from the server responsejava.io.IOExceptionprotected void onStartElement()
onStartElement in class XmlParserprotected void onEndElement()
onEndElement in class XmlParser