public class BlobBlocksResultsHandler extends ParseSax.HandlerWithResult<ListBlobBlocksResponse>
base64-encoded-block-id size-in-bytes
Constructor and Description |
---|
BlobBlocksResultsHandler() |
Modifier and Type | Method and Description |
---|---|
void |
characters(char[] ch,
int start,
int length) |
void |
endElement(String uri,
String name,
String qName) |
ListBlobBlocksResponse |
getResult() |
void |
startElement(String uri,
String localName,
String qName,
Attributes attributes) |
getRequest, setContext
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
public ListBlobBlocksResponse getResult()
getResult
in class ParseSax.HandlerWithResult<ListBlobBlocksResponse>
public void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException
startElement
in interface ContentHandler
startElement
in class DefaultHandler
SAXException
public void endElement(String uri, String name, String qName)
endElement
in interface ContentHandler
endElement
in class DefaultHandler
public void characters(char[] ch, int start, int length)
characters
in interface ContentHandler
characters
in class DefaultHandler
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.