public class HtmlTextConstruct.AtomHandler extends XmlParser.ElementHandler
qName, value, xmlBase, xmlLang
Constructor and Description |
---|
HtmlTextConstruct.AtomHandler() |
Modifier and Type | Method and Description |
---|---|
void |
processAttribute(java.lang.String namespace,
java.lang.String localName,
java.lang.String value)
Processes attributes.
|
void |
processEndElement()
Processes this element; overrides inherited method.
|
getAbsoluteUri, getBooleanAttribute, getChildHandler, getChildHandler, initializeXmlBlob, processAttribute
public void processAttribute(java.lang.String namespace, java.lang.String localName, java.lang.String value) throws ParseException
processAttribute
in class XmlParser.ElementHandler
namespace
- Attribute namespace URI.localName
- Attribute name.value
- Attribute value.ParseException
public void processEndElement() throws ParseException
processEndElement
in class XmlParser.ElementHandler
ParseException
- from subclasses.