How can I help you?
XmlElement
6 Feb 20261 minute to read
class for managing element collection
Properties
localName string
specifies element localName
namespaceUri string
specified namespace URI
prefix string
specifies element prefix
previousTop number
specifies previous namespace top
Methods
set
Sets the value of the current element.
| Parameter | Type | Description |
|---|---|---|
| prefix | string |
Element prefix. |
| localName | string |
Element local name. |
| namespaceUri | string |
Namespace URI. |
| previousTop | number |
Previous namespace top. |
Returns void