Package net.sourceforge.plantuml.xml
Class XmlFactories
- java.lang.Object
-
- net.sourceforge.plantuml.xml.XmlFactories
-
public class XmlFactories extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DocumentBuilder
newDocumentBuilder()
static Transformer
newTransformer()
-
-
-
Method Detail
-
newDocumentBuilder
public static DocumentBuilder newDocumentBuilder() throws ParserConfigurationException
- Throws:
ParserConfigurationException
-
newTransformer
public static Transformer newTransformer() throws TransformerConfigurationException
-
-