com.google.gdata.wireformats
Class XmlWireFormatProperties

java.lang.Object
  extended by com.google.gdata.wireformats.XmlWireFormatProperties

public class XmlWireFormatProperties
extends java.lang.Object

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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlWireFormatProperties

public XmlWireFormatProperties()
Method Detail

setElementGenerator

public XmlWireFormatProperties setElementGenerator(XmlGenerator.ElementGenerator elementGenerator)
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.

Parameters:
elementGenerator - the element generator.

getElementGenerator

public XmlGenerator.ElementGenerator getElementGenerator()
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.