public class XmlResponsesSaxParser.ListBucketHandler extends DefaultXmlHandler
S3Objects 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, startElementendPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startPrefixMapping, unparsedEntityDecl, warningpublic 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 DefaultXmlHandlerpublic void endElement(String name, String elementText)
endElement in class DefaultXmlHandler