Documentation for this section has not yet been entered.
Type Reason Org.W3c.Dom.DOMException NO_MODIFICATION_ALLOWED_ERR: Raised when the node is readonly. Org.W3c.Dom.DOMException NO_MODIFICATION_ALLOWED_ERR: Raised when the node is readonly. Org.W3c.Dom.DOMException NO_MODIFICATION_ALLOWED_ERR: Raised when the node is readonly. Org.W3c.Dom.DOMException NO_MODIFICATION_ALLOWED_ERR: Raised when the node is readonly. Org.W3c.Dom.DOMException NO_MODIFICATION_ALLOWED_ERR: Raised when the node is readonly.
Get method documentation [Android Documentation]
On retrieval, the value of the attribute is returned as a string.
Character and general entity references are replaced with their
values. See also the method getAttribute on the
Element interface.
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 Element.setAttribute().
Some specialized implementations, such as some []
implementations, may do normalization automatically, even after
mutation; in such case, the value on retrieval may differ from the
value on setting.
Set method documentation [Android Documentation]
On retrieval, the value of the attribute is returned as a string.
Character and general entity references are replaced with their
values. See also the method getAttribute on the
Element interface.
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 Element.setAttribute().
Some specialized implementations, such as some []
implementations, may do normalization automatically, even after
mutation; in such case, the value on retrieval may differ from the
value on setting.