Xmlattribute
It represents an XML attribute within an XML document.
|
getvalue |
|
|
Description |
Retrieve the value of the XML attribute. |
|
Type Value |
object |
|
Format |
object = xmlattribute.getvalue() |
|
Typology |
Metodo |
|
Systems |
Windows, Web, Android, IOS, Mac OS |
|
Examples |
|
value = xmlattribute.getvalue() |
|
setvalue |
|
|
Description |
Set the value of the xml attribute. |
|
Type Value |
|
|
Format |
xmlattribute.setvalue(value) |
|
Typology |
Metodo |
|
Systems |
Windows, Web, Android, IOS, Mac OS |
|
Parametro |
Tipo Valore |
Description |
|
value |
object |
"name" The value to be saved in the "name" attribute. |
|
Examples |
|
xmlattribute.setvalue(`value`) |