https://issues.apache.org/bugzilla/show_bug.cgi?id=45662
Summary: Remove method in
org.apache.batik.css.parser.CSSSelectorList
Product: Batik
Version: 2.0
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: CSS
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
Created an attachment (id=22464)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=22464)
CSSSelectorList with remove method.
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.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]