XMLParser.hx 184 B

1234567
  1. package flash.xml;
  2. @:final extern class XMLParser {
  3. function new() : Void;
  4. function getNext(tag : XMLTag) : Int;
  5. function startParse(source : String, ignoreWhite : Bool) : Void;
  6. }