Package com.github.underscore
Class Xml.Document
java.lang.Object
com.github.underscore.Xml.Document
- Enclosing class:
- Xml
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static Document
static Document
createDocument
(String xml) private static void
setupFactory
(DocumentBuilderFactory factory)
-
Constructor Details
-
Document
private Document()
-
-
Method Details
-
createDocument
public static Document createDocument(String xml) throws IOException, ParserConfigurationException, SAXException -
createDocument
-
setupFactory
-