org.jclouds.ec2.xml
Class UnencodeStringValueHandler

java.lang.Object
  extended by org.xml.sax.helpers.DefaultHandler
      extended by org.jclouds.http.functions.ParseSax.HandlerWithResult<String>
          extended by org.jclouds.ec2.xml.StringValueHandler
              extended by org.jclouds.ec2.xml.UnencodeStringValueHandler
All Implemented Interfaces:
InvocationContext<ParseSax.HandlerWithResult<String>>, ContentHandler, DTDHandler, EntityResolver, ErrorHandler

public class UnencodeStringValueHandler
extends StringValueHandler

Author:
Adrian Cole
See Also:

Constructor Summary
UnencodeStringValueHandler()
           
 
Method Summary
 String getResult()
           
 
Methods inherited from class org.jclouds.ec2.xml.StringValueHandler
characters, endElement
 
Methods inherited from class org.jclouds.http.functions.ParseSax.HandlerWithResult
getRequest, setContext
 
Methods inherited from class org.xml.sax.helpers.DefaultHandler
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnencodeStringValueHandler

public UnencodeStringValueHandler()
Method Detail

getResult

public String getResult()
Overrides:
getResult in class StringValueHandler


Copyright © 2009-2011 jclouds. All Rights Reserved.