XdmReader.GetAttribute Method (string, string)XdmReader.GetAttribute Method (String, String)XdmReader::GetAttribute Method (String^, String^)
- XmlPrime 3.1
- Other Versions ▼
Gets the value of the attribute with the specified LocalNameLocalNameLocalName and NamespaceURINamespaceURINamespaceURI.
- Namespace: XmlPrime.SerializationXmlPrime.SerializationXmlPrime.Serialization
- Assembly: XmlPrime (in XmlPrime.dll)
Parameters
- name
Type: System.StringSystem.StringSystem::String^
The local name of the attribute.
- namespaceURI
Type: System.StringSystem.StringSystem::String^
The namespace URI of the attribute.
Return Value
Type: System.StringSystem.StringSystem::String^
The value of the specified attribute. If the attribute is not found or the value is String.Empty, nuillnuillnuill is returned. This method does not move the reader.
Exceptions
Exception | Condition |
ArgumentNullExceptionArgumentNullExceptionArgumentNullException |
name is null
a null reference (Nothing in Visual Basic)
nullptr .
|