Details
-
Improvement
-
Status: Open
-
Resolution: Unresolved
-
1.8
-
None
-
None
-
Operating System: All
Platform: All
Description
org.apache.batik.css.parser.CSSSelectorList implements the interface org.w3c.css.sac.SelectorList, so it implements the methods getLength() and item(int index).
But additionally it has got the method append(Selector item) in order to append a selector to the current selector list. Just for convenience and consistency it should also provide a method called 'remove', which does the inverted of append.
Possible solution is attached.