From: RBRi <rb...@us...> - 2023-02-02 06:28:23
|
will be in the 2.71.o release Probably the feature withthe larges wait/effort ratio. --- ** [feature-requests:#216] XMLSerializer needs to be public** **Status:** closed **Group:** Latest SVN **Created:** Wed Oct 23, 2013 09:39 PM UTC by cg_monroe **Last Updated:** Thu Feb 02, 2023 06:27 AM UTC **Owner:** RBRi I needed to make some changes to the HTMLPage.save(File) process and found that the logic is mostly contained in the XmlSerializer class. However, I could not create a subclass of this because the class declaration is not marked as public. Is there some reason this class isn't extendable? Adding public to the class def would be nice for others who need to do this. Probably easiest feature request ever..lol --- Sent from sourceforge.net because htm...@li... is subscribed to https://sourceforge.net/p/htmlunit/feature-requests/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/htmlunit/admin/feature-requests/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |