The number of attributes on the current node. This number includes default attributes.
XmlNodeReader::get_IsDefault method
Возвращает значение, указывающее, является ли текущий узел атрибутом, сгенерированным из значения по умолчанию, определённого в DTD или схеме.
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.
См. также
- Class XmlNodeReader
- Namespace System::Xml
- Library Aspose.Font for C++