System::Xml::Schema::XmlSchemaPatternFacet クラス
XmlSchemaPatternFacet class
XML Schema の pattern 要素を、World Wide Web Consortium (W3C) が定義する形で表します。このクラスは、simpleType 要素に入力される値に対する制限を指定するために使用できます。
class XmlSchemaPatternFacet : public System::Xml::Schema::XmlSchemaFacet
メソッド
| メソッド | 説明 |
|---|---|
| XmlSchemaPatternFacet() | 新しい XmlSchemaPatternFacet クラスのインスタンスを初期化します。 |
Typedefs
| 型定義 | 説明 |
|---|---|
| Ptr | このクラスのインスタンスへの共有ポインタのエイリアスです。 |
備考
このクラスのオブジェクトは、System::MakeObject() 関数を使用してのみ割り当てるべきです。スタック上や operator new を使用してインスタンスを作成しないでください。そうすると実行時エラーやアサーション障害が発生します。このクラスは常に System::SmartPtr ポインタでラップし、そのポインタを関数への引数として渡すようにしてください。
参照
- Class XmlSchemaFacet
- Namespace System::Xml::Schema
- Library Aspose.Page for C++