Constructor and Description |
---|
XpathRenderer(String xpath) |
Modifier and Type | Method and Description |
---|---|
void |
render(DriverRequest httpRequest,
String src,
Writer out)
Renders provided source and writes results to the output.
|
public XpathRenderer(String xpath)
public void render(DriverRequest httpRequest, String src, Writer out) throws IOException
render
in interface Renderer
httpRequest
- request received by esigate.src
- source to be renderedout
- output destination. This writer is not thread-safe, use proper synchronization if writing output from
multiple threads.IOException
Copyright © 2008–2018. All rights reserved.