CreateSignificantWhitespace()
XmlDocument::CreateSignificantWhitespace(const String&) method
Creates an XmlSignificantWhitespace node.
virtual SharedPtr<XmlSignificantWhitespace> System::Xml::XmlDocument::CreateSignificantWhitespace(const String &text)
Arguments
Parameter | Type | Description |
---|---|---|
text | const String& | The string must contain only the following characters ’\x20’, ’\x0d’, ’\x0a’, ’\x09’. |
Return Value
A new XmlSignificantWhitespace node.
See Also
- Typedef SharedPtr
- Class XmlSignificantWhitespace
- Class String
- Class XmlDocument
- Namespace System::Xml
- Library Aspose.Slides