Flying Saucer Project Release ${app.version}

org.xhtmlrenderer.util
Class XMLUtil

java.lang.Object
  extended by org.xhtmlrenderer.util.XMLUtil

public class XMLUtil
extends java.lang.Object

Booch utility class for XML processing using DOM


Constructor Summary
XMLUtil()
           
 
Method Summary
static org.w3c.dom.Document documentFromFile(java.lang.String filename)
           
static org.w3c.dom.Document documentFromString(java.lang.String documentContents)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLUtil

public XMLUtil()
Method Detail

documentFromString

public static org.w3c.dom.Document documentFromString(java.lang.String documentContents)
                                               throws java.lang.Exception
Throws:
java.lang.Exception

documentFromFile

public static org.w3c.dom.Document documentFromFile(java.lang.String filename)
                                             throws java.lang.Exception
Throws:
java.lang.Exception

Flying Saucer Project Release ${app.version}

Flying Saucer Project Home