public class XmlResponsesSaxParser.ListBucketHandler extends DefaultXmlHandler
S3Object
s available via the getObjects()
method.Constructor and Description |
---|
ListBucketHandler() |
Modifier and Type | Method and Description |
---|---|
void |
endElement(String name,
String elementText) |
String[] |
getCommonPrefixes() |
String |
getMarkerForNextListing()
If the listing is truncated this method will return the marker that should be used
in subsequent bucket list calls to complete the listing.
|
String |
getNextMarker() |
StorageObject[] |
getObjects() |
String |
getRequestMarker() |
long |
getRequestMaxKeys() |
String |
getRequestPrefix() |
boolean |
isListingTruncated() |
void |
startElement(String name) |
characters, endDocument, endElement, startDocument, startElement, startElement
endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startPrefixMapping, unparsedEntityDecl, warning
public String getMarkerForNextListing()
public boolean isListingTruncated()
public StorageObject[] getObjects()
public String[] getCommonPrefixes()
public String getRequestPrefix()
public String getRequestMarker()
public String getNextMarker()
public long getRequestMaxKeys()
public void startElement(String name)
startElement
in class DefaultXmlHandler
public void endElement(String name, String elementText)
endElement
in class DefaultXmlHandler
Copyright © 2006–2018. All rights reserved.