Mega Code Archive
As with element and attribute names, we can use the properties wildcard () with namespaces
package{
import flash.display.Sprite;
public class Main extends Sprite{
public function Main(){
var catalog:XML =
Catalog
trace(catalog..*::table);
}
}
}