public static class XmlResponsesSaxParser.BucketLoggingConfigurationHandler extends org.xml.sax.helpers.DefaultHandler
BucketLoggingConfiguration object available via the getBucketLoggingConfiguration() method.| Constructor and Description | 
|---|
| BucketLoggingConfigurationHandler() | 
| 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.BucketLoggingConfiguration | getBucketLoggingConfiguration() | 
| 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, warningpublic com.amazonaws.services.s3.model.BucketLoggingConfiguration getBucketLoggingConfiguration()
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 ContentHandlerstartElement in class org.xml.sax.helpers.DefaultHandlerpublic final void endElement(String arg0, String arg1, String arg2)
endElement in interface ContentHandlerendElement in class org.xml.sax.helpers.DefaultHandlerpublic final void characters(char[] arg0,
                             int arg1,
                             int arg2)
characters in interface ContentHandlercharacters in class org.xml.sax.helpers.DefaultHandlerprotected final String getText()
protected final boolean atTopLevel()
protected final boolean in(String... arg0)
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.