Class RecordHandler
java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.frankframework.extensions.sap.jco3.handlers.Handler
org.frankframework.extensions.sap.jco3.handlers.RecordHandler
- All Implemented Interfaces:
ContentHandler,DTDHandler,EntityResolver,ErrorHandler
- Direct Known Subclasses:
ParameterListHandler,StructureHandler
Generic handler to be extended by other handlers.
- Since:
- 5.0
- Author:
- Jaco de Groot
-
Field Summary
Fields inherited from class org.frankframework.extensions.sap.jco3.handlers.Handler
childHandler, done, log, parsedStringField, stringFieldValue, unknownElementDepth -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidendElement(String localName) protected voidstartElement(String localName) Methods inherited from class org.frankframework.extensions.sap.jco3.handlers.Handler
characters, done, endElement, endStringField, finished, getHandler, getHandler, getHandler, getHandler, startElement, startStringFieldMethods inherited from class org.xml.sax.helpers.DefaultHandler
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.xml.sax.ContentHandler
declaration
-
Constructor Details
-
RecordHandler
public RecordHandler(com.sap.conn.jco.JCoRecord record)
-
-
Method Details
-
startElement
- Specified by:
startElementin classHandler
-
endElement
- Specified by:
endElementin classHandler
-