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