public static class XmlResponsesSaxParser.BucketReplicationConfigurationHandler extends org.xml.sax.helpers.DefaultHandler
replication-rule-1-1421862858808 testPrefix1 Enabled bucketARN replication-rule-2-1421862858808 testPrefix2 Disabled arn:aws:s3:::bucket-dest-replication-integ-test-1421862858808
Constructor and Description |
---|
BucketReplicationConfigurationHandler() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
atTopLevel() |
void |
characters(char[] arg0,
int arg1,
int arg2) |
protected void |
doEndElement(String uri,
String name,
String qName) |
protected void |
doStartElement(String uri,
String name,
String qName,
Attributes attrs) |
void |
endElement(String arg0,
String arg1,
String arg2) |
com.amazonaws.services.s3.model.BucketReplicationConfiguration |
getConfiguration() |
protected String |
getText() |
protected boolean |
in(String... arg0) |
void |
startElement(String arg0,
String arg1,
String arg2,
Attributes arg3) |
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
public BucketReplicationConfigurationHandler()
public com.amazonaws.services.s3.model.BucketReplicationConfiguration getConfiguration()
protected void doStartElement(String uri, String name, String qName, Attributes attrs)
public final void startElement(String arg0, String arg1, String arg2, Attributes arg3)
startElement
in interface ContentHandler
startElement
in class org.xml.sax.helpers.DefaultHandler
public final void endElement(String arg0, String arg1, String arg2)
endElement
in interface ContentHandler
endElement
in class org.xml.sax.helpers.DefaultHandler
public final void characters(char[] arg0, int arg1, int arg2)
characters
in interface ContentHandler
characters
in class org.xml.sax.helpers.DefaultHandler
protected final String getText()
protected final boolean atTopLevel()
protected final boolean in(String... arg0)
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.