public class

XhtmlTextConstruct.AtomHandler

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

Class Overview

Parses XML in the Atom format.

Summary

[Expand]
Inherited Fields
From class com.google.gdata.util.XmlParser.ElementHandler
Public Constructors
XhtmlTextConstruct.AtomHandler()
Class constructor.
Public Methods
void processAttribute(String namespace, String localName, String value)
Sets the language.
[Expand]
Inherited Methods
From class com.google.gdata.util.XmlParser.ElementHandler
From class java.lang.Object

Public Constructors

public XhtmlTextConstruct.AtomHandler ()

Class constructor.

Throws
IOException

Public Methods

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

Sets the language.

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