public class XMLUtil
extends java.lang.Object
Constructor and Description |
---|
XMLUtil() |
Modifier and Type | Method and Description |
---|---|
static org.w3c.dom.Document |
documentFromFile(java.lang.String filename) |
static org.w3c.dom.Document |
documentFromString(java.lang.String documentContents) |
public static org.w3c.dom.Document documentFromString(java.lang.String documentContents) throws java.lang.Exception
java.lang.Exception
public static org.w3c.dom.Document documentFromFile(java.lang.String filename) throws java.lang.Exception
java.lang.Exception