System::Xml::XmlDocument::CreateWhitespace metodo
XmlDocument::CreateWhitespace method
Crea un nodo XmlWhitespace.
virtual SharedPtr<XmlWhitespace> System::Xml::XmlDocument::CreateWhitespace(const String &text)
| Parametro | Tipo | Descrizione |
|---|---|---|
| testo | const String& | La stringa deve contenere solo i seguenti caratteri ’\x20’, ’\x0d’, ’\x0a’, ’\x09’. |
ReturnValue
Un nuovo nodo XmlWhitespace.
Vedi anche
- Typedef SharedPtr
- Class XmlWhitespace
- Class String
- Class XmlDocument
- Namespace System::Xml
- Library Aspose.Font for C++