List of XmlAttributeList methods
Jump to navigation
Jump to search
The following are the available XmlAttributeList class methods.
| Method | Description |
|---|---|
| Count | Number of attributes |
| Exists | Check if an attribute is in this list |
| LocalName | Get the local name of the indexed attribute |
| New | Create a new XmlAttributeList object |
| Prefix | Get the prefix of the indexed attribute |
| QName | Get the qualified name of the indexed attribute |
| URI | Get the URI of the indexed attribute |
| Value | Get the value of the given attribute |
| ValueByNumber | Get the value of the indexed attribute |