public class

Generator.AtomHandler

extends XmlParser.ElementHandler
java.lang.Object
   ↳ com.google.gdata.util.XmlParser.ElementHandler
     ↳ com.google.gdata.data.Generator.AtomHandler

Class Overview

<atom:generator> parser.

Summary

[Expand]
Inherited Fields
From class com.google.gdata.util.XmlParser.ElementHandler
Public Constructors
Generator.AtomHandler()
Public Methods
void processAttribute(String namespace, String localName, String value)
Called to process an attribute.
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

Public Constructors

public Generator.AtomHandler ()

Public Methods

public void processAttribute (String namespace, String localName, String value)

Called to process an attribute. Designed to be overridden by derived classes.

Parameters
namespace Attribute namespace URI.
localName Attribute name.
value Attribute value.

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.