System::Xml::XmlNode::Supports メソッド
XmlNode::Supports method
DOM 実装が特定の機能を実装しているかテストします。
virtual bool System::Xml::XmlNode::Supports(String feature, String version)
| パラメーター | 型 | 説明 |
|---|---|---|
| 機能 | String | テストする機能のパッケージ名。この名前は大文字小文字を区別しません。 |
| バージョン | String | テストするパッケージ名のバージョン番号です。バージョンが指定されていない(null)の場合、任意のバージョンの機能をサポートしているとみなされ、メソッドは true を返します。 |
ReturnValue
true if the feature is implemented in the specified version; otherwise, false.
備考
| 以下の表は true を返す組み合わせを示しています。 | |
|---|---|
| 機能 | バージョン |
| XML | 1.0 |
| XML | 2.0 |
参照
- Class String
- Class XmlNode
- Namespace System::Xml
- Library Aspose.Page for C++