XdmReader.ReadAttributeValue MethodXdmReader.ReadAttributeValue MethodXdmReader::ReadAttributeValue Method
- XmlPrime 2.9
- Other Versions ▼
When overridden in a derived class, parses the attribute value into one or more Text, EntityReference, or EndEntity nodes.
- Namespace: XmlPrime.SerializationXmlPrime.SerializationXmlPrime.Serialization
- Assembly: XmlPrime (in XmlPrime.dll)
Return Value
Type: System.BooleanSystem.BooleanSystem::Boolean
trueTruetrue if there are nodes to return.
falseFalsefalse if the reader is not positioned on an attribute node when the initial call is made or if all the attribute values have been read.
An empty attribute, such as, misc="", returns true with a single node with a value of String.Empty.
