Class Formatter
- java.lang.Object
-
- org.vorpal.blade.applications.console.mxgraph.Formatter
-
public class Formatter extends Object
-
-
Constructor Summary
Constructors Constructor Description Formatter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DocumentxmlDocument(String xmlString)static StringxmlPrettyPrint(String xmlString)static StringxmlPrettyPrint(Document xmlDoc)static voidxmlSaveToFile(String xmlFilename, String xmlString)static voidxmlSaveToFile(String xmlFilename, Document xmlDocument)
-
-
-
Method Detail
-
xmlDocument
public static final Document xmlDocument(String xmlString) throws Exception
- Throws:
Exception
-
xmlPrettyPrint
public static final String xmlPrettyPrint(Document xmlDoc) throws Exception
- Throws:
Exception
-
xmlPrettyPrint
public static final String xmlPrettyPrint(String xmlString) throws Exception
- Throws:
Exception
-
xmlSaveToFile
public static final void xmlSaveToFile(String xmlFilename, Document xmlDocument) throws Exception
- Throws:
Exception
-
-