public final class

GDataParser

extends Object
implements ContentHandler
java.lang.Object
   ↳ com.cooliris.picasa.GDataParser

Summary

Nested Classes
interface GDataParser.EntryHandler  
Constants
String APP_NAMESPACE
String ATOM_NAMESPACE
String GD_NAMESPACE
String GML_NAMESPACE
String GPHOTO_NAMESPACE
String MEDIA_RSS_NAMESPACE
Public Constructors
GDataParser()
Public Methods
void characters(char[] ch, int start, int length)
void endDocument()
void endElement(String uri, String localName, String qName)
void endPrefixMapping(String prefix)
void ignorableWhitespace(char[] ch, int start, int length)
static long parseAtomTimestamp(String timestamp)
void processingInstruction(String target, String data)
void setDocumentLocator(Locator locator)
void setEntry(Entry entry)
void setHandler(GDataParser.EntryHandler handler)
void skippedEntity(String name)
void startDocument()
void startElement(String uri, String localName, String qName, Attributes attrs)
void startPrefixMapping(String prefix, String uri)
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.xml.sax.ContentHandler

Constants

public static final String APP_NAMESPACE

Constant Value: "http://www.w3.org/2007/app"

public static final String ATOM_NAMESPACE

Constant Value: "http://www.w3.org/2005/Atom"

public static final String GD_NAMESPACE

Constant Value: "http://schemas.google.com/g/2005"

public static final String GML_NAMESPACE

Constant Value: "http://www.opengis.net/gml"

public static final String GPHOTO_NAMESPACE

Constant Value: "http://schemas.google.com/photos/2007"

public static final String MEDIA_RSS_NAMESPACE

Constant Value: "http://search.yahoo.com/mrss/"

Public Constructors

public GDataParser ()

Public Methods

public void characters (char[] ch, int start, int length)

Throws
SAXException

public void endDocument ()

Throws
SAXException

public void endElement (String uri, String localName, String qName)

Throws
SAXException

public void endPrefixMapping (String prefix)

Throws
SAXException

public void ignorableWhitespace (char[] ch, int start, int length)

Throws
SAXException

public static long parseAtomTimestamp (String timestamp)

public void processingInstruction (String target, String data)

Throws
SAXException

public void setDocumentLocator (Locator locator)

public void setEntry (Entry entry)

public void setHandler (GDataParser.EntryHandler handler)

public void skippedEntity (String name)

Throws
SAXException

public void startDocument ()

Throws
SAXException

public void startElement (String uri, String localName, String qName, Attributes attrs)

Throws
SAXException

public void startPrefixMapping (String prefix, String uri)

Throws
SAXException