LNXSDK/Kha/Tools/macos/std/flash/xml/XMLParser.hx

8 lines
182 B
Haxe
Raw Normal View History

2025-01-22 16:18:30 +01:00
package flash.xml;
extern final class XMLParser {
function new() : Void;
function getNext(tag : XMLTag) : Int;
function startParse(source : String, ignoreWhite : Bool) : Void;
}