public abstract class DigesterRulesHandler extends DefaultHandler
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.logging.log4j.Logger |
log |
| Constructor and Description |
|---|
DigesterRulesHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
handle(DigesterRule rule) |
void |
startElement(String uri,
String localName,
String qName,
Attributes attributes)
Parse all digester rules as
DigesterRule |
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningpublic final void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException
DigesterRulestartElement in interface ContentHandlerstartElement in class DefaultHandlerSAXExceptionprotected abstract void handle(DigesterRule rule) throws SAXException
SAXExceptionCopyright © 2022 Ibissource.org. All rights reserved.