MCPcopy Create free account
hub / github.com/OSGeo/gdal / ParseXMLString

Method ParseXMLString

swig/java/javadoc.java:1359–1372  ·  view source on GitHub ↗
(String xmlString)

Source from the content-addressed store, hash-verified

1357 *
1358 */
1359public class gdal:public static XMLNode ParseXMLString(String xmlString)
1360
1361/**
1362 * Convert tree into string document.
1363 * <p>
1364 * This function converts a XMLNode tree representation of a document
1365 * into a flat string representation. White space indentation is used
1366 * visually preserve the tree structure of the document.
1367 *
1368 * @param xmlnode the root of the tree to serialize
1369 *
1370 * @return the document on success or null on failure.
1371 *
1372 */
1373public class gdal:public static String SerializeXMLTree(XMLNode xmlnode)
1374
1375/**

Callers 14

test_vrtrawlink_5Function · 0.80
test_vrtderived_1Function · 0.80
test_vrtderived_2Function · 0.80
test_vrtderived_3Function · 0.80
test_minixml_1Function · 0.80
test_minixml_3Function · 0.80
test_minixml_4Function · 0.80
test_minixml_5Function · 0.80
test_minixml_6Function · 0.80
test_minixml_7Function · 0.80
test_minixml_8Function · 0.80

Calls

no outgoing calls

Tested by 12

test_vrtrawlink_5Function · 0.64
test_vrtderived_1Function · 0.64
test_vrtderived_2Function · 0.64
test_vrtderived_3Function · 0.64
test_minixml_1Function · 0.64
test_minixml_3Function · 0.64
test_minixml_4Function · 0.64
test_minixml_5Function · 0.64
test_minixml_6Function · 0.64
test_minixml_7Function · 0.64
test_minixml_8Function · 0.64