org.installguru.installer
Class XmlUtilities

java.lang.Object
  |
  +--org.installguru.installer.XmlUtilities

public class XmlUtilities
extends java.lang.Object


Method Summary
static XmlNode getRootXmlNode(java.io.File file)
           
static XmlNode getRootXmlNode(java.io.InputStream stream)
           
static XmlNode getRootXmlNode(java.lang.String xml)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getRootXmlNode

public static XmlNode getRootXmlNode(java.io.File file)

getRootXmlNode

public static XmlNode getRootXmlNode(java.io.InputStream stream)

getRootXmlNode

public static XmlNode getRootXmlNode(java.lang.String xml)