Uses of Class
com.google.api.client.xml.GenericXml
-
Packages that use GenericXml Package Description com.google.api.client.xml Beta
Utilities for XML. -
-
Uses of GenericXml in com.google.api.client.xml
Methods in com.google.api.client.xml that return GenericXml Modifier and Type Method Description GenericXml
GenericXml. clone()
GenericXml
GenericXml. set(java.lang.String fieldName, java.lang.Object value)
Methods in com.google.api.client.xml with parameters of type GenericXml Modifier and Type Method Description private static void
Xml. parseAttributeOrTextContent(java.lang.String stringValue, java.lang.reflect.Field field, java.lang.reflect.Type valueType, java.util.List<java.lang.reflect.Type> context, java.lang.Object destination, GenericXml genericXml, java.util.Map<java.lang.String,java.lang.Object> destinationMap, java.lang.String name)
Parses the string value of an attribute value or text content.private static void
Xml. setValue(java.lang.Object value, java.lang.reflect.Field field, java.lang.Object destination, GenericXml genericXml, java.util.Map<java.lang.String,java.lang.Object> destinationMap, java.lang.String name)
Sets the value of a given field or map entry.
-