System::Xml::XmlDocument::CreateWhitespace método
XmlDocument::CreateWhitespace method
Crea un nodo XmlWhitespace.
virtual SharedPtr<XmlWhitespace> System::Xml::XmlDocument::CreateWhitespace(const String &text)
| Parámetro | Tipo | Descripción |
|---|---|---|
| text | const String& | La cadena debe contener solo los siguientes caracteres ’\x20’, ’\x0d’, ’\x0a’, ’\x09’. |
ReturnValue
Un nuevo nodo XmlWhitespace.
Ver también
- Typedef SharedPtr
- Class XmlWhitespace
- Class String
- Class XmlDocument
- Namespace System::Xml
- Library Aspose.Page for C++