Class AbstractQueryOutputTransformer
java.lang.Object
org.xml.sax.helpers.XMLFilterImpl
org.frankframework.jdbc.transformer.AbstractQueryOutputTransformer
- All Implemented Interfaces:
ContentHandler
,DTDHandler
,EntityResolver
,ErrorHandler
,XMLFilter
,XMLReader
- Direct Known Subclasses:
QueryOutputToCSV
,QueryOutputToJson
,QueryOutputToListOfMaps
-
Field Summary
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract void
protected abstract void
addFieldDefinition
(Attributes atts) void
characters
(char[] ch, int start, int length) protected void
void
void
endElement
(String uri, String localName, String qName) protected abstract void
endOut()
protected abstract void
endRow()
protected abstract void
protected void
void
void
startElement
(String uri, String localName, String qName, Attributes atts) protected abstract void
startOut()
protected abstract void
startRow()
protected abstract void
Methods inherited from class org.xml.sax.helpers.XMLFilterImpl
endPrefixMapping, error, fatalError, getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getParent, getProperty, ignorableWhitespace, notationDecl, parse, parse, processingInstruction, resolveEntity, setContentHandler, setDocumentLocator, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setParent, setProperty, skippedEntity, startPrefixMapping, unparsedEntityDecl, warning
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.xml.sax.ContentHandler
declaration
-
Field Details
-
output
-
currentBuilder
-
-
Constructor Details
-
AbstractQueryOutputTransformer
public AbstractQueryOutputTransformer() -
AbstractQueryOutputTransformer
-
-
Method Details
-
parse
- Throws:
IOException
SAXException
-
startDocument
- Specified by:
startDocument
in interfaceContentHandler
- Overrides:
startDocument
in classXMLFilterImpl
- Throws:
SAXException
-
endDocument
- Specified by:
endDocument
in interfaceContentHandler
- Overrides:
endDocument
in classXMLFilterImpl
- Throws:
SAXException
-
startElement
public void startElement(String uri, String localName, String qName, Attributes atts) throws SAXException - Specified by:
startElement
in interfaceContentHandler
- Overrides:
startElement
in classXMLFilterImpl
- Throws:
SAXException
-
endElement
- Specified by:
endElement
in interfaceContentHandler
- Overrides:
endElement
in classXMLFilterImpl
- Throws:
SAXException
-
characters
- Specified by:
characters
in interfaceContentHandler
- Overrides:
characters
in classXMLFilterImpl
- Throws:
SAXException
-
startDefinitions
protected void startDefinitions() -
endDefinitions
protected void endDefinitions() -
startOut
protected abstract void startOut() -
endOut
protected abstract void endOut() -
startRow
protected abstract void startRow() -
endRow
protected abstract void endRow() -
startRowSet
protected abstract void startRowSet() -
endRowSet
protected abstract void endRowSet() -
addFieldDefinition
-
addField
-