Bugs item #1212820, was opened at 2005-06-01 17:40
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=116035&aid=1212820&group_id=16035

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Romain Deltour (rooma)
Assigned to: Nobody/Anonymous (nobody)
Summary: DefaultAttribute setNamespace not implemented!

Initial Comment:
Calling setNamespace(String) method on an Attribute of
a dom4j Document created with default factory throws an
"UnsupportedOperationException : This Attribute is read
only and cannot be changed".
Reason: DefaultAttribute inherits the
setNamespace(String) method from FlyweightAttribute,
which inherits it from AbstractAttribute
implementation, which always throws this exception,
even if the attribute is not read only :/

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=116035&aid=1212820&group_id=16035


-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
dom4j-dev mailing list
dom4j-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dom4j-dev

Reply via email to