(String xmlString)
| 1357 | * |
| 1358 | */ |
| 1359 | public 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 | */ |
| 1373 | public class gdal:public static String SerializeXMLTree(XMLNode xmlnode) |
| 1374 | |
| 1375 | /** |
no outgoing calls