System::Xml::XmlDocument::CreateWhitespace metod
XmlDocument::CreateWhitespace method
Skapar en XmlWhitespace nod.
virtual SharedPtr<XmlWhitespace> System::Xml::XmlDocument::CreateWhitespace(const String &text)
| Parameter | Type | Beskrivning |
|---|---|---|
| text | const String& | Strängen får endast innehålla följande tecken ’\x20’, ’\x0d’, ’\x0a’, ’\x09’. |
ReturnValue
En ny XmlWhitespace nod.
Se även
- Typedef SharedPtr
- Class XmlWhitespace
- Class String
- Class XmlDocument
- Namespace System::Xml
- Library Aspose.Page for C++