|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.gdata.wireformats.XmlWireFormatProperties
public class XmlWireFormatProperties
The XmlWireFormatProperties class represents the collection of properties that can be optionally configured to customize XML parsing and generation.
| Constructor Summary | |
|---|---|
XmlWireFormatProperties()
|
|
| Method Summary | |
|---|---|
XmlGenerator.ElementGenerator |
getElementGenerator()
Returns the XmlGenerator.ElementGenerator that should be used emit the XML for
an element. |
XmlWireFormatProperties |
setElementGenerator(XmlGenerator.ElementGenerator elementGenerator)
Sets the XmlGenerator.ElementGenerator that should be used emit the XML
for an element. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XmlWireFormatProperties()
| Method Detail |
|---|
public XmlWireFormatProperties setElementGenerator(XmlGenerator.ElementGenerator elementGenerator)
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.public XmlGenerator.ElementGenerator getElementGenerator()
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||