Golibri

org.golibri.util
Class XMLHelper

java.lang.Object
  extended byorg.golibri.util.XMLHelper

public class XMLHelper
extends java.lang.Object


Constructor Summary
XMLHelper()
           
 
Method Summary
static org.w3c.dom.Document getDocument(java.io.File file)
           
static org.w3c.dom.Document getResourceAsDocument(java.lang.String resource)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLHelper

public XMLHelper()
Method Detail

getResourceAsDocument

public static org.w3c.dom.Document getResourceAsDocument(java.lang.String resource)

getDocument

public static org.w3c.dom.Document getDocument(java.io.File file)

Golibri