| Package | Description |
|---|---|
| com.google.gdata.client | |
| com.google.gdata.wireformats | |
| com.google.gdata.wireformats.input | |
| com.google.gdata.wireformats.output |
| Modifier and Type | Class and Description |
|---|---|
protected class |
Service.ClientInputProperties
The ClientInputProperties class is an adaptor class that implements the
InputProperties interface for content to be read from the target
service based upon its attributes and a Service.GDataRequest. |
class |
Service.ClientOutputProperties
The ClientOutputProperties class is an adaptor class that implements
the
OutputProperties interface for content to be written to the
target service based upon its attributes and a Service.GDataRequest. |
protected class |
Service.ClientStreamProperties
The ClientStreamProperties class is an abstract adaptor class that
implements the
StreamProperties interface for content to be written
to or read from the target service based upon its attributes and a
Service.GDataRequest. |
| Modifier and Type | Class and Description |
|---|---|
class |
ForwardingStreamProperties
A
StreamProperties implementation that forwards all
calls to another StreamProperties. |
protected static class |
StreamPropertiesBuilder.StreamPropertiesImpl
The StreamPropertiesImpl class is a simple immutable value object that
implements the
StreamProperties interface. |
| Modifier and Type | Field and Description |
|---|---|
protected StreamProperties |
XmlParser.props
Input properties for parsing
|
| Constructor and Description |
|---|
ForwardingStreamProperties(StreamProperties delegate) |
StreamPropertiesBuilder(StreamProperties source)
Constructs a new StreamPropertiesBuilder instance with the initial value of
all properties copied from another
StreamProperties instance. |
XmlGenerator(StreamProperties props,
Writer w,
Charset cs,
boolean prettyPrint)
Creates a new xml generator for generating xml output.
|
XmlGenerator(StreamProperties props,
Writer w,
Charset cs,
boolean prettyPrint,
XmlNamespace defaultNamespace)
Creates a new xml generator for generating xml output, using the
given namespace as the default namespace.
|
XmlParser(StreamProperties props,
Reader r,
Charset cs)
Construct XML parser for given reader.
|
XmlParser(StreamProperties props,
XmlEventSource eventSource)
Construct XML parser for a given event source.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
InputProperties
The InputProperties interface represents properties of a input data being
parsed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ForwardingInputProperties
A
InputProperties implementation that forwards all
calls to another InputProperties. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
OutputProperties
The OutputProperties interface represents the set of properties that can
parameterize the results of output generation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ForwardingOutputProperties
A
OutputProperties implementation that forwards all
calls to another OutputProperties. |
Copyright © 2012. All Rights Reserved.