System::Xml::XmlReader::get_IsDefault method
XmlReader::get_IsDefault method
When overridden in a derived class, gets a value indicating whether the current node is an attribute that was generated from the default value defined in the DTD or schema.
virtual bool System::Xml::XmlReader::get_IsDefault()
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 XmlReader
- Namespace System::Xml
- Library Aspose.TeX for C++