Package nl.b3p.commons.oai.util.xml
Class XMLTool
- java.lang.Object
-
- nl.b3p.commons.oai.util.xml.XMLTool
-
public class XMLTool extends Object
This class contains various tools to deal with XML documents
-
-
Constructor Summary
Constructors Constructor Description XMLTool()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Document
createDocumentRoot()
Creates a new Documentstatic void
Dom2Stream(Document doc, Writer writer)
Coverts a DOM to an output streamstatic String
output(Document doc)
Print the document out.static String
showElement(Element e)
Display one element
-