List of XmlAttributeList methods

From m204wiki
Revision as of 20:09, 6 March 2013 by DmeWiccan (talk | contribs) (Automatically generated page update)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The following are the available XmlAttributeList class methods.

MethodDescription
CountNumber of attributes
ExistsCheck if an attribute is in this list
LocalNameGet the local name of the indexed attribute
NewCreate a new XmlAttributeList object
PrefixGet the prefix of the indexed attribute
QNameGet the qualified name of the indexed attribute
URIGet the URI of the indexed attribute
ValueGet the value of the given attribute
ValueByNumberGet the value of the indexed attribute

See also