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 Document
xmlDocument(String xmlString)
static String
xmlPrettyPrint(String xmlString)
static String
xmlPrettyPrint(Document xmlDoc)
static void
xmlSaveToFile(String xmlFilename, String xmlString)
static void
xmlSaveToFile(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
-
-