ContentHandler
, DTDHandler
, EntityResolver
, ErrorHandler
public class XmlResponsesSaxParser.BucketLoggingStatusHandler extends DefaultXmlHandler
S3BucketLoggingStatus
object available via the
getBucketLoggingStatus()
method.Constructor | Description |
---|---|
BucketLoggingStatusHandler() |
Modifier and Type | Method | Description |
---|---|---|
void |
endElement(String name,
String elementText) |
|
S3BucketLoggingStatus |
getBucketLoggingStatus() |
|
void |
startElement(String name) |
endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startPrefixMapping, unparsedEntityDecl, warning
characters, endDocument, endElement, startDocument, startElement, startElement
public S3BucketLoggingStatus getBucketLoggingStatus()
public void startElement(String name)
startElement
in class DefaultXmlHandler
public void endElement(String name, String elementText)
endElement
in class DefaultXmlHandler