|
mxGraph 1.10.4.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.mxgraph.util.mxXmlUtils
public class mxXmlUtils
Contains various XML helper methods for use with mxGraph.
Constructor Summary | |
---|---|
mxXmlUtils()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public mxXmlUtils()
Method Detail |
---|
public static Document parseXml(String xml)
xml
- String that represents the XML data.
public static String getXml(Node node)
node
- Node to return the XML for.
|
mxGraph 1.10.4.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |