次のような xml ファイル (URLLoader で読み込まれる) があります。
<?xml version="1.0" encoding="UTF-8"?>
<root>
<localizations>
<words>
<Brand us="Brand Here"></Brand>
</words>
</localizations>
<world squareunits="100"></world>
</root>
ロードしたら、E4X または純粋な AS3 でworld.squareunitsにアクセスする最も速い方法は何ですか?