public class

OutOfLineContent.AtomHandler

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

Class Overview

Parses XML in the Atom format.

Summary

[Expand]
Inherited Fields
From class com.google.gdata.util.XmlParser.ElementHandler
Public Constructors
OutOfLineContent.AtomHandler()
Public Methods
void processAttribute(String namespace, String localName, String value)
Processes attributes.
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 OutOfLineContent.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 ()

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.