XMLParser.hx 182 B

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