Package net.sourceforge.plantuml.xml
Class XmlFactories
java.lang.Object
net.sourceforge.plantuml.xml.XmlFactories
public class XmlFactories
extends java.lang.Object
-
Method Summary
Modifier and TypeMethodDescriptionstatic javax.xml.parsers.DocumentBuilder
static javax.xml.transform.Transformer
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
newDocumentBuilder
public static javax.xml.parsers.DocumentBuilder newDocumentBuilder() throws javax.xml.parsers.ParserConfigurationException- Throws:
javax.xml.parsers.ParserConfigurationException
-
newTransformer
public static javax.xml.transform.Transformer newTransformer() throws javax.xml.transform.TransformerConfigurationException- Throws:
javax.xml.transform.TransformerConfigurationException
-