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(java.lang.String namespace,
java.lang.String localName,
java.lang.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(java.lang.String namespace,
java.lang.String localName,
java.lang.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.ElementHandler