public abstract static class ParseSax.HandlerWithResult<T> extends DefaultHandler implements InvocationContext<ParseSax.HandlerWithResult<T>>
| Constructor and Description | 
|---|
ParseSax.HandlerWithResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected HttpRequest | 
getRequest()  | 
abstract T | 
getResult()  | 
ParseSax.HandlerWithResult<T> | 
setContext(HttpRequest request)  | 
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warningprotected HttpRequest getRequest()
public abstract T getResult()
public ParseSax.HandlerWithResult<T> setContext(HttpRequest request)
setContext in interface InvocationContext<ParseSax.HandlerWithResult<T>>Copyright © 2009-2013 jclouds. All Rights Reserved.