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, parseBooleanValue, processAttributepublic 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.ParseExceptionpublic void processEndElement()
throws ParseException
processEndElement in class XmlParser.ElementHandlerParseException - from subclasses.