public abstract class Handler extends DefaultHandler
| Modifier and Type | Field and Description |
|---|---|
protected Handler |
childHandler |
protected boolean |
done |
protected org.apache.logging.log4j.Logger |
log |
protected boolean |
parsedStringField |
protected StringBuffer |
stringFieldValue |
protected int |
unknownElementDepth |
| Constructor and Description |
|---|
Handler() |
| Modifier and Type | Method and Description |
|---|---|
void |
characters(char[] ch,
int start,
int length) |
protected boolean |
done() |
protected abstract void |
endElement(String localName) |
void |
endElement(String namespaceURI,
String localName,
String qName) |
protected void |
endStringField(String localName,
com.sap.conn.jco.JCoRecord record) |
protected void |
finished(String localName) |
protected Handler |
getHandler(com.sap.conn.jco.JCoParameterList jcoParameterList) |
protected Handler |
getHandler(com.sap.conn.jco.JCoRecord jcoRecord,
String fieldName) |
protected Handler |
getHandler(com.sap.conn.jco.JCoRecord jcoRecord,
String fieldName,
boolean warnWhenNoHandler) |
static Handler |
getHandler(List<com.sap.conn.jco.JCoParameterList> parameterLists,
org.apache.logging.log4j.Logger log) |
protected abstract void |
startElement(String localName) |
void |
startElement(String namespaceURI,
String localName,
String qName,
Attributes atts) |
protected void |
startStringField(String localName,
com.sap.conn.jco.JCoRecord structure) |
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningprotected org.apache.logging.log4j.Logger log
protected Handler childHandler
protected boolean parsedStringField
protected StringBuffer stringFieldValue
protected int unknownElementDepth
protected boolean done
protected abstract void startElement(String localName)
protected abstract void endElement(String localName)
public void startElement(String namespaceURI, String localName, String qName, Attributes atts) throws SAXException
startElement in interface ContentHandlerstartElement in class DefaultHandlerSAXExceptionprotected void startStringField(String localName, com.sap.conn.jco.JCoRecord structure)
public void characters(char[] ch,
int start,
int length)
throws SAXException
characters in interface ContentHandlercharacters in class DefaultHandlerSAXExceptionpublic void endElement(String namespaceURI, String localName, String qName) throws SAXException
endElement in interface ContentHandlerendElement in class DefaultHandlerSAXExceptionprotected void endStringField(String localName, com.sap.conn.jco.JCoRecord record)
protected void finished(String localName)
protected boolean done()
public static Handler getHandler(List<com.sap.conn.jco.JCoParameterList> parameterLists, org.apache.logging.log4j.Logger log)
protected Handler getHandler(com.sap.conn.jco.JCoParameterList jcoParameterList)
Copyright © 2023 Frank!Framework. All rights reserved.