System::Xml::XmlImplementation::HasFeature メソッド

XmlImplementation::HasFeature method

Document Object Model (DOM) 実装が特定の機能を実装しているかテストします。

bool System::Xml::XmlImplementation::HasFeature(const String &strFeature, const String &strVersion)
パラメーター説明
strFeatureconst String&テストする機能のパッケージ名。この名前は大文字小文字を区別しません。
strVersionconst String&これはテスト用のパッケージ名のバージョン番号です。バージョンが指定されていない場合(nullptr)、機能の任意のバージョンをサポートするとメソッドはtrueを返します。

ReturnValue

true if the feature is implemented in the specified version; otherwise, false.

備考

以下の表はHasFeaturetrueを返す組み合わせを示しています。
strFeaturestrVersion
XML1.0
XML2.0

参照