public abstract class XmlEntity
extends com.google.api.client.xml.GenericXml
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
XmlEntity()
Constructs a new XmlEntity class.
|
XmlEntity(Reader reader)
Constructs a new XmlEntity class by parsing content from given reader input stream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
parseXml(Reader reader)
Parses content from given reader input stream.
|
protected void |
parseXml(Reader reader,
com.google.api.client.xml.XmlNamespaceDictionary namespaceDictionary)
Parses content from given reader input stream and namespace dictionary.
|
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic XmlEntity()
throws org.xmlpull.v1.XmlPullParserException
org.xmlpull.v1.XmlPullParserExceptionpublic XmlEntity(Reader reader) throws IOException, org.xmlpull.v1.XmlPullParserException
IOExceptionorg.xmlpull.v1.XmlPullParserExceptionpublic void parseXml(Reader reader) throws IOException, org.xmlpull.v1.XmlPullParserException
IOExceptionorg.xmlpull.v1.XmlPullParserExceptionprotected void parseXml(Reader reader, com.google.api.client.xml.XmlNamespaceDictionary namespaceDictionary) throws IOException, org.xmlpull.v1.XmlPullParserException
IOExceptionorg.xmlpull.v1.XmlPullParserException