-
Bug
-
Resolution: Fixed
-
P3
-
1.1.1, 1.4.1
-
1.1.1
-
generic
-
generic
-
Verified
Name: eaR10174 Date: 06/20/2001
The description ( javadoc comments ) of the org.w3c.dom.Attr.setValue() is empty
( build jaxp-1.1.1-b24-19_jun_2001, build jdk1.4.0beta-b68 ) but it seems to be
appended to the description
of the org.w3c.dom.Attr.getValue() -
" public String getValue()
...
On setting, this creates a Text node with the unparsed contents of the string.
I.e. any characters that an XML processor would recognize as markup are instead
treated as literal text. See also the method setAttribute on the Element
interface.
Throws:
DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised when the node is
readonly. "
======================================================================