| java.lang.Object | |
| ↳ | com.google.gdata.wireformats.XmlWireFormatProperties |
The XmlWireFormatProperties class represents the collection of properties that can be optionally configured to customize XML parsing and generation.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| elementGenerator | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the
XmlGenerator.ElementGenerator that should be used emit the XML for
an element. | |||||||||||
Sets the
XmlGenerator.ElementGenerator that should be used emit the XML
for an element. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Returns the XmlGenerator.ElementGenerator that should be used emit the XML for
an element. A value of null indicates that the default XML
generation algorithm should be used.
Sets the XmlGenerator.ElementGenerator that should be used emit the XML
for an element. A value of null indicates that the
default XML generation algorithm should be used.
| elementGenerator | The element generator. |
|---|