/bin/std/flash9/xml/XMLTag.hx

http://github.com/Yoomee/clippy · Haxe · 9 lines · 8 code · 1 blank · 0 comment · 0 complexity · 155ec30871cf5285ea1138eedc7861fa MD5 · raw file

  1. package flash.xml;
  2. extern class XMLTag {
  3. var attrs : Dynamic;
  4. var empty : Bool;
  5. var type : XMLNodeType;
  6. var value : String;
  7. function new() : Void;
  8. }