xmlElement.attributes: Difference between revisions

no edit summary
No edit summary
 
No edit summary
 
Line 4: Line 4:
|class = XmlElement
|class = XmlElement
|name = attributes
|name = attributes
|returnTypes = array
|returnTypes = object
|returnInfo = an array of all attributes with syntax <code>array<int index, string attribute></code>
|returnInfo = an object of all attributes with syntax <code>object<string attributeName, string attributeValue></code>
|returnFail1 = array []
|returnFail1 = object {}
|usage = get an array of this elements attributes
|usage = get an object of this elements attributes
|readonly = true
|readonly = true
}}
}}
6,833

edits