protected class AbstractExtension.AttributesHandler extends XmlParser.ElementHandler
AttributeHelper
to consume the attributes and the element's text content.qName, value, xmlBase, xmlLang
Constructor and Description |
---|
AbstractExtension.AttributesHandler(org.xml.sax.Attributes attrs)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
processEndElement()
Called to process this element when the closing tag is encountered.
|
getAbsoluteUri, getBooleanAttribute, getChildHandler, getChildHandler, initializeXmlBlob, parseBooleanValue, processAttribute, processAttribute
public AbstractExtension.AttributesHandler(org.xml.sax.Attributes attrs)
attrs
- XML attributes or null
to suppress the use of
AttributeHelper
public void processEndElement() throws ParseException
XmlParser.ElementHandler
processEndElement
in class XmlParser.ElementHandler
ParseException