| Package | Description |
|---|---|
| com.google.gdata.model | |
| com.google.gdata.wireformats |
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeElementVisitor
This class provides an ElementVisitor implementation that aggregates multiple
nested ElementVisitor instances.
|
| Modifier and Type | Method and Description |
|---|---|
List<ElementVisitor> |
CompositeElementVisitor.getVisitors()
Returns the list of active element visitor instances.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeElementVisitor.addVisitor(ElementVisitor visitor)
Adds a new
ElementVisitor instance to the composite visitor. |
ElementVisitor.StoppedException |
CompositeElementVisitor.getStoppedException(ElementVisitor visitor)
Returns any StoppedException thrown by the specified visitor, or
null if the visitor completed normally. |
void |
Element.visit(ElementVisitor ev,
ElementMetadata<?,?> meta)
Visits the element using the specified
ElementVisitor and metadata. |
| Constructor and Description |
|---|
CompositeElementVisitor(ElementVisitor... visitors)
Constructs a new CompositeElementVisitor instance containing the array of
visitor instances passed in.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XmlGenerator
XML generator that outputs a tree of
Element objects
using the XML wire format. |
Copyright © 2012. All Rights Reserved.