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, warning
public final void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException
DigesterRule
startElement
in interface ContentHandler
startElement
in class DefaultHandler
SAXException
protected abstract void handle(DigesterRule rule) throws SAXException
SAXException
Copyright © 2023 Frank!Framework. All rights reserved.