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, setContextgetResultendDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warningpublic void characters(char[] ch,
int start,
int length)
characters in interface ContentHandlercharacters in class DefaultHandlerprotected 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 ContentHandlerendElement in class DefaultHandlerSAXExceptionprotected abstract void setPropertyOnEndTag(String qName)
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.