| java.lang.Object | ||
| ↳ | com.google.gdata.util.XmlParser.ElementHandler | |
| ↳ | com.google.gdata.data.Generator.AtomHandler | |
<atom:generator> parser.
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.util.XmlParser.ElementHandler
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Called to process an attribute.
| |||||||||||
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
| |||||||||||
Called to process an attribute. Designed to be overridden by derived classes.
| namespace | Attribute namespace URI. |
|---|---|
| localName | Attribute name. |
| value | Attribute value. |
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.