PiRSquared17 / tomproject

Automatically exported from code.google.com/p/tomproject
0 stars 0 forks source link

create TomXMLUtil.createDocument #85

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
    public static Document createDocument(String rootElementName) {
    DOMImplementation domImpl = 
DOMImplementationImpl.getDOMImplementation();
    Document doc = domImpl.createDocument(null, rootElementName, null);
    return doc;
    }

Original issue reported on code.google.com by brito....@gmail.com on 9 Apr 2010 at 1:17

GoogleCodeExporter commented 9 years ago

Original comment by brito....@gmail.com on 9 Apr 2010 at 11:28