public class mxXmlUtils extends Object
Constructor and Description |
---|
mxXmlUtils() |
Modifier and Type | Method and Description |
---|---|
static DocumentBuilder |
getDocumentBuilder() |
static String |
getXml(Node node)
Returns a string that represents the given node.
|
static Document |
parseXml(String xml)
Returns a new document for the given XML string.
|
public static DocumentBuilder getDocumentBuilder()
public static Document parseXml(String xml)
xml
- String that represents the XML data.Copyright (c) 2010-2017 Gaudenz Alder, JGraph Ltd. All rights reserved.