public class Generator.AtomHandler extends XmlParser.ElementHandler
<atom:generator> parser.qName, value, xmlBase, xmlLang| Constructor and Description |
|---|
Generator.AtomHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
processAttribute(String namespace,
String localName,
String value)
Called to process an attribute.
|
void |
processEndElement()
Called to process this element when the closing tag is encountered.
|
getAbsoluteUri, getBooleanAttribute, getChildHandler, getChildHandler, initializeXmlBlob, parseBooleanValue, processAttributepublic void processAttribute(String namespace, String localName, String value)
XmlParser.ElementHandlerprocessAttribute in class XmlParser.ElementHandlernamespace - Attribute namespace URI.localName - Attribute name.value - Attribute value.public void processEndElement()
XmlParser.ElementHandlerprocessEndElement in class XmlParser.ElementHandlerCopyright © 2012. All Rights Reserved.