new XML2JSON()
- Source:
- View2D/Format/XML2JSON.js
Methods
-
initialize()
-
GeoGlobe.Format.XML2JSON构造函数。
- Source:
- View2D/Format/XML2JSON.js
-
read(xmlcode)
-
将传入的可扩展标记语言字符串解析成Javascript对象并返回。
Parameters:
Name Type Description xmlcode
String XML字符串。 - Source:
- View2D/Format/XML2JSON.js