Package gov.nasa.pds.harvest.search.util
Class XmlDomUtils
- java.lang.Object
-
- gov.nasa.pds.harvest.search.util.XmlDomUtils
-
public class XmlDomUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description XmlDomUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Document
readXml(String filePath)
static Document
readXml(DocumentBuilderFactory dbf, String filePath)
-