System::Xml::XmlNodeReader::ReadAttributeValue método
XmlNodeReader::ReadAttributeValue method
Analiza el valor del atributo en uno o más nodos Text, EntityReference, o EndEntity.
bool System::Xml::XmlNodeReader::ReadAttributeValue() override
ReturnValue
true if there are nodes to return. false 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.
Ver también
- Class XmlNodeReader
- Namespace System::Xml
- Library Aspose.Page for C++