XMLResult.ISResultEvaluationException, XMLResult.ISResultInitialisationException| Modifier and Type | Field and Description |
|---|---|
protected Node |
dom
The result dom source.
|
protected static DocumentBuilderFactory |
domFactory |
protected static XPath |
engine |
protected String |
result
The result serialisation.
|
protected static Transformer |
transformer
Transformation engine.
|
| Constructor and Description |
|---|
AbstractXMLResult(String result)
Creates and instance from its XML serialisation.
|
protected static XPath engine
protected static DocumentBuilderFactory domFactory
protected static Transformer transformer
protected String result
protected Node dom
public AbstractXMLResult(String result) throws XMLResult.ISResultInitialisationException
protected void parse(String result) throws ISClient.ISMalformedResultException
result - the result.ISClient.ISMalformedResultException - if the result could not be parsed.public String toString()
public List<String> evaluate(String xpath) throws XMLResult.ISResultEvaluationException
evaluate in interface XMLResultxpath - the XPath expression.XMLResult.ISResultEvaluationExceptionCopyright © 2015. All Rights Reserved.