public static class

Content.ChildHandlerInfo

extends Object
java.lang.Object
   ↳ com.google.gdata.data.Content.ChildHandlerInfo

Class Overview

Return type for getChildHandler(ExtensionProfile, Attributes) contains an element handler and a content element. This is mainly because Content is not actually an ExtensionPoint so things are handled manually.

Summary

Fields
public Content content
public XmlParser.ElementHandler handler
Public Constructors
Content.ChildHandlerInfo()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public Content content

public XmlParser.ElementHandler handler

Public Constructors

public Content.ChildHandlerInfo ()