Méthode System::Xml::XmlDocument::CreateWhitespace
XmlDocument::CreateWhitespace method
Crée un nœud XmlWhitespace.
virtual SharedPtr<XmlWhitespace> System::Xml::XmlDocument::CreateWhitespace(const String &text)
| Paramètre | Type | Description |
|---|---|---|
| texte | const String& | La chaîne doit contenir uniquement les caractères suivants ’\x20’, ’\x0d’, ’\x0a’, ’\x09’. |
ReturnValue
Un nouveau nœud XmlWhitespace.
Voir aussi
- Typedef SharedPtr
- Class XmlWhitespace
- Class String
- Class XmlDocument
- Namespace System::Xml
- Library Aspose.Font for C++