Files
LNXSDK/Kha/Tools/macos_x64/std/flash/xml/XMLParser.hx
2026-05-22 11:48:42 -07:00

8 lines
182 B
Haxe

package flash.xml;
extern final class XMLParser {
function new() : Void;
function getNext(tag : XMLTag) : Int;
function startParse(source : String, ignoreWhite : Bool) : Void;
}