Class DataCenterInfoResponseHandler
java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.jclouds.http.functions.ParseSax.HandlerWithResult<DataCenter>
org.jclouds.http.functions.ParseSax.HandlerForGeneratedRequestWithResult<DataCenter>
org.jclouds.profitbricks.http.parser.BaseProfitBricksResponseHandler<DataCenter>
org.jclouds.profitbricks.http.parser.datacenter.BaseDataCenterResponseHandler<DataCenter>
org.jclouds.profitbricks.http.parser.datacenter.DataCenterInfoResponseHandler
- All Implemented Interfaces:
InvocationContext<ParseSax.HandlerWithResult<DataCenter>>
,ContentHandler
,DTDHandler
,EntityResolver
,ErrorHandler
-
Field Summary
Fields inherited from class org.jclouds.profitbricks.http.parser.datacenter.BaseDataCenterResponseHandler
builder
-
Method Summary
Modifier and TypeMethodDescriptionvoid
characters
(char[] ch, int start, int length) void
endElement
(String uri, String localName, String qName) protected void
setPropertyOnEndTag
(String qName) void
startElement
(String uri, String localName, String qName, Attributes attributes) Methods inherited from class org.jclouds.profitbricks.http.parser.BaseProfitBricksResponseHandler
clearTextBuffer, reset, textToBooleanValue, textToDoubleValue, textToFloatValue, textToIntValue, textToStringValue
Methods inherited from class org.jclouds.http.functions.ParseSax.HandlerForGeneratedRequestWithResult
getRequest, setContext
Methods inherited from class org.xml.sax.helpers.DefaultHandler
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, 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
-
Method Details
-
startElement
public void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException - Specified by:
startElement
in interfaceContentHandler
- Overrides:
startElement
in classDefaultHandler
- Throws:
SAXException
-
setPropertyOnEndTag
- Overrides:
setPropertyOnEndTag
in classBaseDataCenterResponseHandler<DataCenter>
-
characters
public void characters(char[] ch, int start, int length) - Specified by:
characters
in interfaceContentHandler
- Overrides:
characters
in classBaseProfitBricksResponseHandler<DataCenter>
-
endElement
- Specified by:
endElement
in interfaceContentHandler
- Specified by:
endElement
in classBaseProfitBricksResponseHandler<DataCenter>
- Throws:
SAXException
-
getResult
- Specified by:
getResult
in classParseSax.HandlerWithResult<DataCenter>
-