Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
5.1.0.2
-
None
Description
I've written a Jaxen (http://jaxen.codehaus.org/) extension so I can use XPath with the Tapestry DOM. All going well so far, except that I can't get sensible access to attributes because there is no way to iterate over all attributes in org.apache.tapestry5.dom.Element.
Please add a "Collection<Attribute> getAttributes()" method to Element and make the Attribute class public.