public interface ParserContext
Modifier and Type | Method and Description |
---|---|
void |
characters(CharSequence cs)
Writes characters into current writer.
|
<T> T |
findAncestor(Class<T> type) |
Element |
getCurrent() |
DriverRequest |
getHttpRequest() |
org.apache.http.HttpResponse |
getHttpResponse() |
boolean |
reportError(Exception e) |
DriverRequest getHttpRequest()
org.apache.http.HttpResponse getHttpResponse()
boolean reportError(Exception e)
e
- exceptiontrue
if error has been handled by this element and it should not be propagated further.Element getCurrent()
<T> T findAncestor(Class<T> type)
void characters(CharSequence cs) throws IOException
cs
- sequenceIOException
- exceptionCopyright © 2008–2018. All rights reserved.