Org.W3c.Dom.IAttr.Value Property
On retrieval, the value of the attribute is returned as a string.

Syntax

[get: Android.Runtime.Register("getValue", "()Ljava/lang/String;", "GetGetValueHandler:Org.W3c.Dom.IAttrInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
[set: Android.Runtime.Register("setValue", "(Ljava/lang/String;)V", "GetSetValue_Ljava_lang_String_Handler:Org.W3c.Dom.IAttrInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public string Value { get; set; }

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Org.W3c.Dom.DOMExceptionNO_MODIFICATION_ALLOWED_ERR: Raised when the node is readonly.
Org.W3c.Dom.DOMExceptionNO_MODIFICATION_ALLOWED_ERR: Raised when the node is readonly.
Org.W3c.Dom.DOMExceptionNO_MODIFICATION_ALLOWED_ERR: Raised when the node is readonly.
Org.W3c.Dom.DOMExceptionNO_MODIFICATION_ALLOWED_ERR: Raised when the node is readonly.
Org.W3c.Dom.DOMExceptionNO_MODIFICATION_ALLOWED_ERR: Raised when the node is readonly.

Remarks

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.

Requirements

Namespace: Org.W3c.Dom
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1