|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.splunk.MultiResultsReader<ResultsReaderXml> com.splunk.MultiResultsReaderXml
public class MultiResultsReaderXml
The MultiResultsReaderXml
class represents a streaming XML reader for
Splunk search results. This reader supports streams from export searches,
which might return one of more previews before returning final results.
Constructor Summary | |
---|---|
MultiResultsReaderXml(java.io.InputStream inputStream)
Class constructor. |
Method Summary |
---|
Methods inherited from class com.splunk.MultiResultsReader |
---|
close, getNextElement, iterator |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MultiResultsReaderXml(java.io.InputStream inputStream) throws java.io.IOException
inputStream
- The XML stream to parse.
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |