System::Xml::XmlNodeReader::get_IsDefault method
XmlNodeReader::get_IsDefault method
Returns a value indicating whether the current node is an attribute that was generated from the default value defined in the document type definition (DTD) or schema.
bool System::Xml::XmlNodeReader::get_IsDefault() override
ReturnValue
true if the current node is an attribute whose value was generated from the default value defined in the DTD or schema; false if the attribute value was explicitly set.
See Also
- Class XmlNodeReader
- Namespace System::Xml
- Library Aspose.Font for C++