System::Xml::XmlDocument::CreateWhitespace method
XmlDocument::CreateWhitespace method
Creates an XmlWhitespace node.
virtual SharedPtr<XmlWhitespace> System::Xml::XmlDocument::CreateWhitespace(const String &text)
Parameter | Type | Description |
---|---|---|
text | const String& | The string must contain only the following characters ’\x20’, ’\x0d’, ’\x0a’, ’\x09’. |
ReturnValue
A new XmlWhitespace node.
See Also
- Typedef SharedPtr
- Class XmlWhitespace
- Class String
- Class XmlDocument
- Namespace System::Xml
- Library Aspose.TeX for C++