Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.6-rc-1
-
Fix Version/s: 1.6-rc-2, 1.7-beta-1
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
XmlNodePrinter has protected methods that cannot be overriden. Any method with NamespaceContext as a parameter is effectively private because that class is. If XmlNodePrinter is open for extension it should be open, otherwise those protected methods should be private?
Fixed in trunk. Made NamespaceContext protected and it's constructors public.