|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.gdata.util.XmlParser.ElementHandler
com.google.gdata.data.OutOfLineContent.AtomHandler
public class OutOfLineContent.AtomHandler
Parses XML in the Atom format.
| Field Summary |
|---|
| Fields inherited from class com.google.gdata.util.XmlParser.ElementHandler |
|---|
qName, value, xmlBase, xmlLang |
| Constructor Summary | |
|---|---|
OutOfLineContent.AtomHandler()
|
|
| Method Summary | |
|---|---|
void |
processAttribute(java.lang.String namespace,
java.lang.String localName,
java.lang.String value)
Processes attributes. |
void |
processEndElement()
Called to process this element when the closing tag is encountered. |
| Methods inherited from class com.google.gdata.util.XmlParser.ElementHandler |
|---|
getAbsoluteUri, getBooleanAttribute, getChildHandler, getChildHandler, initializeXmlBlob, parseBooleanValue, processAttribute |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OutOfLineContent.AtomHandler()
| Method Detail |
|---|
public void processAttribute(java.lang.String namespace,
java.lang.String localName,
java.lang.String value)
throws ParseException
processAttribute in class XmlParser.ElementHandlernamespace - Attribute namespace URI.localName - Attribute name.value - Attribute value.
ParseException
public void processEndElement()
throws ParseException
XmlParser.ElementHandler
processEndElement in class XmlParser.ElementHandlerParseException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||