Package org.jclouds.azureblob.xml
Class AccountNameEnumerationResultsHandler
java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.jclouds.http.functions.ParseSax.HandlerWithResult<BoundedSet<ContainerProperties>>
org.jclouds.azureblob.xml.AccountNameEnumerationResultsHandler
- All Implemented Interfaces:
org.jclouds.rest.InvocationContext<org.jclouds.http.functions.ParseSax.HandlerWithResult<BoundedSet<ContainerProperties>>>,ContentHandler,DTDHandler,EntityResolver,ErrorHandler
public class AccountNameEnumerationResultsHandler
extends org.jclouds.http.functions.ParseSax.HandlerWithResult<BoundedSet<ContainerProperties>>
Parses the following XML document:
EnumerationResults AccountName="http://myaccount.blob.core.windows.net"
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAccountNameEnumerationResultsHandler(org.jclouds.date.DateService dateParser) -
Method Summary
Modifier and TypeMethodDescriptionvoidcharacters(char[] ch, int start, int length) voidendElement(String uri, String name, String qName) voidstartElement(String uri, String localName, String qName, Attributes attributes) Methods inherited from class org.jclouds.http.functions.ParseSax.HandlerWithResult
getRequest, setContextMethods inherited from class org.xml.sax.helpers.DefaultHandler
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.xml.sax.ContentHandler
declaration
-
Constructor Details
-
AccountNameEnumerationResultsHandler
@Inject public AccountNameEnumerationResultsHandler(org.jclouds.date.DateService dateParser)
-
-
Method Details
-
startElement
public void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException - Specified by:
startElementin interfaceContentHandler- Overrides:
startElementin classDefaultHandler- Throws:
SAXException
-
getResult
- Specified by:
getResultin classorg.jclouds.http.functions.ParseSax.HandlerWithResult<BoundedSet<ContainerProperties>>
-
endElement
- Specified by:
endElementin interfaceContentHandler- Overrides:
endElementin classDefaultHandler
-
characters
public void characters(char[] ch, int start, int length) - Specified by:
charactersin interfaceContentHandler- Overrides:
charactersin classDefaultHandler
-