public static class XmlResponsesSaxParser.BucketLifecycleConfigurationHandler extends org.xml.sax.helpers.DefaultHandler
Constructor and Description |
---|
BucketLifecycleConfigurationHandler() |
Modifier and Type | Method and Description |
---|---|
void |
characters(char[] ch,
int start,
int length) |
void |
endElement(String uri,
String name,
String qName) |
BucketLifecycleConfiguration |
getConfiguration() |
void |
startElement(String uri,
String name,
String qName,
Attributes attrs) |
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
public BucketLifecycleConfiguration getConfiguration()
public final void startElement(String uri, String name, String qName, Attributes attrs)
startElement
in interface ContentHandler
startElement
in class org.xml.sax.helpers.DefaultHandler
public final void endElement(String uri, String name, String qName)
endElement
in interface ContentHandler
endElement
in class org.xml.sax.helpers.DefaultHandler
public final void characters(char[] ch, int start, int length)
characters
in interface ContentHandler
characters
in class org.xml.sax.helpers.DefaultHandler
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.