Cc.saxparser
Will CC. SAXParser refactoring as a singleton object: Cc.saxparser
Removed thetmxParse,preloadPlist,unloadPlist,getName,getExt,getListand other methods.
The Uniform entry function specification for parser is, and the content of the argument is the parse textual content that needs to be parsed.
Cc.plistparser
added cc.plistparser . cc.plistparser inherits cc.saxparser , used to parse plist text content.
This transformation is to make parser's duties more pure, just parse, that is, the processing of the string content, without the need to control the loading of resources. Resource load unification is moved to cc.loader managed.
Cctmxxmlparser.js
Regarding parser this point, Tilemap also needs to transform. No modifications have been made yet.
Reprint Please specify: http://www.cocos2dx.net/post/204
Cocos2d-js Official documents 13, Ccsaxparser.js