|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.splunk.Xml
public class Xml
The Xml
class represents a collection of XML utilities.
Constructor Summary | |
---|---|
Xml()
|
Method Summary | |
---|---|
static org.w3c.dom.Document |
parse(java.io.InputStream input)
Parses the given input stream and returns it as an XML document object model (DOM). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Xml()
Method Detail |
---|
public static org.w3c.dom.Document parse(java.io.InputStream input)
input
- The InputStream
to parse.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |