System::Xml::XmlDocument::CreateWhitespace メソッド
XmlDocument::CreateWhitespace method
XmlWhitespace ノードを作成します。
virtual SharedPtr<XmlWhitespace> System::Xml::XmlDocument::CreateWhitespace(const String &text)
| パラメーター | 型 | 説明 |
|---|---|---|
| text | const String& | 文字列は次の文字のみを含める必要があります ’\x20’, ’\x0d’, ’\x0a’, ’\x09’。 |
ReturnValue
新しい XmlWhitespace ノード。
参照
- Typedef SharedPtr
- Class XmlWhitespace
- Class String
- Class XmlDocument
- Namespace System::Xml
- Library Aspose.Page for C++