public abstract class AbstractQueryOutputTransformer extends XMLFilterImpl
Modifier and Type | Field and Description |
---|---|
protected StringBuilder |
currentBuilder |
protected StringBuilder |
output |
Constructor and Description |
---|
AbstractQueryOutputTransformer() |
AbstractQueryOutputTransformer(XMLReader parent) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
addField(String fieldName,
String value) |
protected abstract void |
addFieldDefinition(Attributes atts) |
void |
characters(char[] ch,
int start,
int length) |
protected void |
endDefinitions() |
void |
endDocument() |
void |
endElement(String uri,
String localName,
String qName) |
protected abstract void |
endOut() |
protected abstract void |
endRow() |
protected abstract void |
endRowSet() |
String |
parse(Message message) |
protected void |
startDefinitions() |
void |
startDocument() |
void |
startElement(String uri,
String localName,
String qName,
Attributes atts) |
protected abstract void |
startOut() |
protected abstract void |
startRow() |
protected abstract void |
startRowSet() |
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
protected StringBuilder output
protected StringBuilder currentBuilder
public AbstractQueryOutputTransformer() throws SAXException
SAXException
public AbstractQueryOutputTransformer(XMLReader parent)
public String parse(Message message) throws IOException, SAXException
IOException
SAXException
public void startDocument() throws SAXException
startDocument
in interface ContentHandler
startDocument
in class XMLFilterImpl
SAXException
public void endDocument() throws SAXException
endDocument
in interface ContentHandler
endDocument
in class XMLFilterImpl
SAXException
public void startElement(String uri, String localName, String qName, Attributes atts) throws SAXException
startElement
in interface ContentHandler
startElement
in class XMLFilterImpl
SAXException
public void endElement(String uri, String localName, String qName) throws SAXException
endElement
in interface ContentHandler
endElement
in class XMLFilterImpl
SAXException
public void characters(char[] ch, int start, int length) throws SAXException
characters
in interface ContentHandler
characters
in class XMLFilterImpl
SAXException
protected void startDefinitions()
protected void endDefinitions()
protected abstract void startOut()
protected abstract void endOut()
protected abstract void startRow()
protected abstract void endRow()
protected abstract void startRowSet()
protected abstract void endRowSet()
protected abstract void addFieldDefinition(Attributes atts)
Copyright © 2023 Frank!Framework. All rights reserved.