forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
7
Kha/Tools/linux_x64/std/flash/xml/XMLParser.hx
Normal file
7
Kha/Tools/linux_x64/std/flash/xml/XMLParser.hx
Normal file
@ -0,0 +1,7 @@
|
||||
package flash.xml;
|
||||
|
||||
extern final class XMLParser {
|
||||
function new() : Void;
|
||||
function getNext(tag : XMLTag) : Int;
|
||||
function startParse(source : String, ignoreWhite : Bool) : Void;
|
||||
}
|
Reference in New Issue
Block a user