com.splunk
Class Xml

java.lang.Object
  extended by com.splunk.Xml

public class Xml
extends java.lang.Object

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

Xml

public Xml()
Method Detail

parse

public 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).

Parameters:
input - The InputStream to parse.
Returns:
The XML DOM.