System::Xml::XmlNodeReader::get_IsDefault メソッド

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.

参照