public class XhtmlTextConstruct.AtomHandler extends XmlParser.ElementHandler
qName, value, xmlBase, xmlLang| Constructor and Description |
|---|
XhtmlTextConstruct.AtomHandler()
Class constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
processAttribute(java.lang.String namespace,
java.lang.String localName,
java.lang.String value)
Sets the language.
|
getAbsoluteUri, getBooleanAttribute, getChildHandler, getChildHandler, initializeXmlBlob, parseBooleanValue, processAttribute, processEndElementpublic XhtmlTextConstruct.AtomHandler()
throws java.io.IOException
java.io.IOExceptionpublic 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.ParseException