List of XmlAttributeList methods: Difference between revisions
Jump to navigation
Jump to search
Automatically generated page update |
(No difference)
|
Latest revision as of 20:09, 6 March 2013
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 |