| Package | Description |
|---|---|
| com.google.gdata.model | |
| com.google.gdata.wireformats | |
| com.google.gdata.wireformats.input |
| Modifier and Type | Method and Description |
|---|---|
protected <T extends Element> |
Element.adapt(ElementKey<?,T> key,
Element source)
Adapts an element based on a different key.
|
E |
ForwardingElementMetadata.createElement() |
E |
ElementMetadata.createElement()
Create an element with this metadata as the metadata for the element.
|
static <E extends Element> |
Element.createElement(ElementKey<?,E> key)
Helper method that constructs a new
Element instance of the type
defined by the type parameter E. |
static <E extends Element> |
Element.createElement(ElementKey<?,E> key,
Element source)
Helper method that constructs a new
Element instance of the type
defined by the type parameter E. |
| Modifier and Type | Method and Description |
|---|---|
Element |
WireFormatParser.parse(Element element)
Parse content from a source provided to the parser at
construction time.
|
| Modifier and Type | Method and Description |
|---|---|
protected T |
AbstractParser.createResult()
Creates a new result object instance using the result type passed to
the constructor.
|
protected <R extends T> |
AbstractParser.createResult(Class<R> resultImplClass)
Creates a new result object instance using the provided result
implementation class.
|
Copyright © 2012. All Rights Reserved.