Method IsSpecified
IsSpecified(Int32)
Returns the current value of an attribute's "specified" flag.
Declaration
public bool IsSpecified(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | The attribute index (zero-based). |
Returns
Type | Description |
---|---|
System.Boolean | current flag value |
Implements
IsSpecified(String, String)
Returns the current value of an attribute's "specified" flag.
Declaration
public bool IsSpecified(string uri, string localName)
Parameters
Type | Name | Description |
---|---|---|
System.String | uri | The Namespace URI, or the empty string if the name has no Namespace URI. |
System.String | localName | The attribute's local name. |
Returns
Type | Description |
---|---|
System.Boolean | current flag value |
Implements
IsSpecified(String)
Returns the current value of an attribute's "specified" flag.
Declaration
public bool IsSpecified(string qName)
Parameters
Type | Name | Description |
---|---|---|
System.String | qName | The XML qualified (prefixed) name. |
Returns
Type | Description |
---|---|
System.Boolean | current flag value |