public class QueryOutputToListOfMaps extends AbstractQueryOutputTransformer
currentBuilder, output
Constructor and Description |
---|
QueryOutputToListOfMaps() |
QueryOutputToListOfMaps(XMLReader parent) |
Modifier and Type | Method and Description |
---|---|
protected void |
addField(String fieldName,
String value) |
protected void |
addFieldDefinition(Attributes atts) |
protected void |
endOut() |
protected void |
endRow() |
protected void |
endRowSet() |
List<Map<String,String>> |
parseMessage(Message message) |
List<Map<String,String>> |
parseString(String message) |
protected void |
startOut() |
protected void |
startRow() |
protected void |
startRowSet() |
characters, endDefinitions, endDocument, endElement, parse, startDefinitions, startDocument, startElement
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
public QueryOutputToListOfMaps() throws SAXException
SAXException
public QueryOutputToListOfMaps(XMLReader parent)
public List<Map<String,String>> parseString(String message) throws IOException, SAXException, NullPointerException
public List<Map<String,String>> parseMessage(Message message) throws IOException, SAXException, NullPointerException
protected void startOut()
startOut
in class AbstractQueryOutputTransformer
protected void endOut()
endOut
in class AbstractQueryOutputTransformer
protected void startRow()
startRow
in class AbstractQueryOutputTransformer
protected void endRow()
endRow
in class AbstractQueryOutputTransformer
protected void startRowSet()
startRowSet
in class AbstractQueryOutputTransformer
protected void endRowSet()
endRowSet
in class AbstractQueryOutputTransformer
protected void addFieldDefinition(Attributes atts)
addFieldDefinition
in class AbstractQueryOutputTransformer
protected void addField(String fieldName, String value)
addField
in class AbstractQueryOutputTransformer
Copyright © 2023 Frank!Framework. All rights reserved.