Files
LNXSDK/Kha/Tools/macos_arm64/std/flash/xml/XMLParser.hx
2026-05-21 20:15:16 -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;
}