System::Xml::XmlTextReader::get_IsDefault method
XmlTextReader::get_IsDefault method
Returns a value indicating whether the current node is an attribute that was generated from the default value defined in the DTD or schema.
bool System::Xml::XmlTextReader::get_IsDefault() override
ReturnValue
This method always returns false. (XmlTextReader does not expand default attributes.)
See Also
- Class XmlTextReader
- Namespace System::Xml
- Library Aspose.PUB for C++