org.xhtmlrenderer.util
Class XMLUtil

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

public class XMLUtil
extends Object

Booch utility class for XML processing using DOM


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

Constructor Detail

XMLUtil

public XMLUtil()
Method Detail

documentFromString

public static Document documentFromString(String documentContents)
                                   throws Exception
Throws:
Exception

documentFromFile

public static Document documentFromFile(String filename)
                                 throws Exception
Throws:
Exception


Copyright © 2013. All Rights Reserved.