public class

HtmlTextConstruct.AtomHandler

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

Class Overview

Parses XML in the Atom format.

Summary

[Expand]
Inherited Fields
From class com.google.gdata.util.XmlParser.ElementHandler
Public Constructors
HtmlTextConstruct.AtomHandler()
Public Methods
void processAttribute(String namespace, String localName, String value)
Processes attributes.
void processEndElement()
Processes this element; overrides inherited method.
[Expand]
Inherited Methods
From class com.google.gdata.util.XmlParser.ElementHandler
From class java.lang.Object

Public Constructors

public HtmlTextConstruct.AtomHandler ()

Public Methods

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

Processes attributes.

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

public void processEndElement ()

Processes this element; overrides inherited method.

Throws
ParseException from subclasses.