package flash.xml; @:final extern class XMLTag { var attrs : Dynamic; var empty : Bool; var type : XMLNodeType; var value : String; function new() : Void; }