| Package | Description |
|---|---|
| com.google.gdata.util.common.xml |
| Modifier and Type | Field and Description |
|---|---|
protected Set<XmlWriter.WriterFlags> |
XmlWriter.flags |
| Modifier and Type | Method and Description |
|---|---|
static XmlWriter.WriterFlags |
XmlWriter.WriterFlags.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XmlWriter.WriterFlags[] |
XmlWriter.WriterFlags.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
XmlWriter(Writer w,
Set<XmlWriter.WriterFlags> f,
String encoding)
The default namespace that will take effect on the next
element transition.
|
XmlWriter(Writer w,
Set<XmlWriter.WriterFlags> f,
String encoding,
boolean standalone)
Constructor that allows standalone directive to be provided.
|
Copyright © 2012. All Rights Reserved.