MCPcopy Index your code
hub / github.com/SuperMap/iClient-JavaScript / parse

Method parse

src/common/style/CartoCSS.js:883–887  ·  view source on GitHub ↗

* @function CartoCSS.prototype.parse * @description 利用 CartoCSS 解析器里面的 parse 方法,将 CartoCSS 样式表字符串转化为 CartoCSS 规则集。 * @returns {Object} CartoCSS 规则集。

(str)

Source from the content-addressed store, hash-verified

881 * @returns {Object} CartoCSS 规则集。
882 */
883 parse(str) {
884 var parser = this.parser;
885 var ruleSet = this.ruleSet = parser.parse(str);
886 return ruleSet;
887 }
888
889
890 /**

Callers 15

constructorMethod · 0.95
jquery.jsFile · 0.45
processMessageFunction · 0.45
cordova-2.7.0.jsFile · 0.45
parseAndroidManifestMethod · 0.45
Util.jsFile · 0.45
getWmsInfoMethod · 0.45
getWmtsInfoMethod · 0.45
_getDataFromIportalMethod · 0.45
getRangeStyleGroupMethod · 0.45
_setUniqueIdMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected