System::Xml::Schema::XmlSchemaSimpleContent クラス
XmlSchemaSimpleContent class
XML Schema からの simpleContent 要素を、World Wide Web Consortium (W3C) が定義する形で表します。このクラスはシンプルコンテンツモデルを持つ単純型および複合型用です。
class XmlSchemaSimpleContent : public System::Xml::Schema::XmlSchemaContentModel
メソッド
| メソッド | 説明 |
|---|---|
| get_Content() override | XmlSchemaSimpleContentRestriction または XmlSchemaSimpleContentExtension のいずれかを返します。 |
| set_Content(SharedPtr<XmlSchemaContent>) override | XmlSchemaSimpleContentRestriction または XmlSchemaSimpleContentExtension のいずれかを返します。 |
Typedefs
| 型定義 | 説明 |
|---|---|
| Ptr | このクラスのインスタンスへの共有ポインタのエイリアスです。 |
備考
このクラスのオブジェクトは、System::MakeObject() 関数を使用してのみ割り当てるべきです。スタック上や operator new を使用してインスタンスを作成しないでください。そうすると実行時エラーやアサーション障害が発生します。このクラスは常に System::SmartPtr ポインタでラップし、そのポインタを関数への引数として渡すようにしてください。
参照
- Class XmlSchemaContentModel
- Namespace System::Xml::Schema
- Library Aspose.Page for C++