/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
- package flash.xml;
- extern class XMLTag {
- var attrs : Dynamic;
- var empty : Bool;
- var type : XMLNodeType;
- var value : String;
- function new() : Void;
- }