Skip to Content.
Sympa Menu

xom-interest - [XOM-interest] Iterable Elements

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: Olivier Lefevre <lefevrol AT yahoo.com>
  • To: xom-interest AT lists.ibiblio.org
  • Subject: [XOM-interest] Iterable Elements
  • Date: Tue, 29 May 2007 19:41:45 +0200

It is now 2007. Not only Java 5 but Java 6 have been out for a while.
Any chance of Elements (and any similar classes) implementing the
Iterable interface in the near future?

In the same spirit it would nice, instead of the attribute accessors
hanging off Element directly, to introduce an Attributes class (also
Iterable). This could be totally back-compatible, Java 5 or not, if
the old method are kept and merely deprecated.

And finally, in a related vein, how would one go about suggesting to
the SAX powers-that-be (I don't even know what or who they are) to
make their own Attributes class an Iterable?

Best regards,

-- O.L.





Archive powered by MHonArc 2.6.24.

Top of Page