protected class

AbstractExtension.AttributesHandler

extends XmlParser.ElementHandler
java.lang.Object
   ↳ com.google.gdata.util.XmlParser.ElementHandler
     ↳ com.google.gdata.data.AbstractExtension.AttributesHandler
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

Base class for custom element handlers that uses AttributeHelper to consume the attributes and the element's text content.

Summary

Fields
private final AttributeHelper helper attribute helper or null to suppress its use
[Expand]
Inherited Fields
From class com.google.gdata.util.XmlParser.ElementHandler
Public Constructors
AbstractExtension.AttributesHandler(Attributes attrs)
Constructor.
Public Methods
void processEndElement()
Called to process this element when the closing tag is encountered.
[Expand]
Inherited Methods
From class com.google.gdata.util.XmlParser.ElementHandler
From class java.lang.Object

Fields

private final AttributeHelper helper

attribute helper or null to suppress its use

Public Constructors

public AbstractExtension.AttributesHandler (Attributes attrs)

Constructor.

Parameters
attrs XML attributes or null to suppress the use of AttributeHelper

Public Methods

public void processEndElement ()

Called to process this element when the closing tag is encountered. The default implementation refuses to accept text() content, unless the handler is configured to accept unrecognized XML with mixed content.