public class LocationHandler extends ParseSax.HandlerForGeneratedRequestWithResult<Location>
| Constructor and Description | 
|---|
LocationHandler()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
characters(char[] ch,
          int start,
          int length) | 
void | 
endElement(String uri,
          String name,
          String qName) | 
Location | 
getResult() | 
getRequest, setContextendDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warningpublic Location getResult()
getResult in class ParseSax.HandlerWithResult<Location>public void endElement(String uri, String name, String qName) throws SAXException
endElement in interface ContentHandlerendElement in class DefaultHandlerSAXExceptionpublic void characters(char[] ch,
              int start,
              int length)
characters in interface ContentHandlercharacters in class DefaultHandlerCopyright © 2009-2013 jclouds. All Rights Reserved.