public abstract class BaseProfitBricksResponseHandler<T> extends ParseSax.HandlerForGeneratedRequestWithResult<T>
Constructor and Description |
---|
BaseProfitBricksResponseHandler() |
Modifier and Type | Method and Description |
---|---|
void |
characters(char[] ch,
int start,
int length) |
protected void |
clearTextBuffer() |
abstract void |
endElement(String uri,
String localName,
String qName) |
void |
reset() |
protected abstract void |
setPropertyOnEndTag(String qName) |
protected boolean |
textToBooleanValue() |
protected Double |
textToDoubleValue() |
protected Float |
textToFloatValue() |
protected int |
textToIntValue() |
protected String |
textToStringValue() |
getRequest, setContext
getResult
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warning
public void characters(char[] ch, int start, int length)
characters
in interface ContentHandler
characters
in class org.xml.sax.helpers.DefaultHandler
protected String textToStringValue()
protected Float textToFloatValue()
protected Double textToDoubleValue()
protected int textToIntValue()
protected boolean textToBooleanValue()
protected void clearTextBuffer()
public void reset()
public abstract void endElement(String uri, String localName, String qName) throws SAXException
endElement
in interface ContentHandler
endElement
in class org.xml.sax.helpers.DefaultHandler
SAXException
protected abstract void setPropertyOnEndTag(String qName)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.