public abstract class XmlEntity
extends com.google.api.client.xml.GenericXml
com.google.api.client.util.GenericData.Flags
AbstractMap.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, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public XmlEntity() throws org.xmlpull.v1.XmlPullParserException
org.xmlpull.v1.XmlPullParserException
public XmlEntity(Reader reader) throws IOException, org.xmlpull.v1.XmlPullParserException
IOException
org.xmlpull.v1.XmlPullParserException
public void parseXml(Reader reader) throws IOException, org.xmlpull.v1.XmlPullParserException
IOException
org.xmlpull.v1.XmlPullParserException
protected void parseXml(Reader reader, com.google.api.client.xml.XmlNamespaceDictionary namespaceDictionary) throws IOException, org.xmlpull.v1.XmlPullParserException
IOException
org.xmlpull.v1.XmlPullParserException