8 lines
182 B
Haxe
Raw Permalink 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;
}