~ubuntu-branches/ubuntu/oneiric/haxe/oneiric

« back to all changes in this revision

Viewing changes to haxe/std/neko/NekoXml__.hx

  • Committer: Bazaar Package Importer
  • Author(s): Jens Peter Secher
  • Date: 2008-06-15 11:04:09 UTC
  • mfrom: (2.1.6 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080615110409-7pyykgwmk5v0cues
Tags: 1:1.19-3
* Remove bashism in script.
  (Closes: #484390)
* Upgrade to Policy 3.8.0 by including a README.source explaining how to
  use dpatch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
222
222
                return Reflect.fields( _attributes ).iterator();
223
223
        }
224
224
 
225
 
        public function iterator() {
 
225
        public function iterator() : Iterator<NekoXml__> {
226
226
                if( _children == null )
227
227
                        throw "bad nodetype";
228
228
                return untyped {