System::Xml::XmlValidatingReader::get_IsDefault method
XmlValidatingReader::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::XmlValidatingReader::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 XmlValidatingReader
- Namespace System::Xml
- Library Aspose.TeX for C++