public interface XmlResultProvider
Result
data for XML input.Result
Modifier and Type | Method and Description |
---|---|
void |
provideXml(Result result)
Implementations must implement this method to provide the XML content
for the
Result . |
void provideXml(Result result)
Result
. Implementations will vary depending on
the Result
implementation used.result
- the Result
object being used to provide the XML input