List of XmlAttributeList methods

From m204wiki
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