Method CreateWhitespace
- Namespace
- SharpVectors.Dom
- Assembly
- SharpVectors.Dom.dll
CreateWhitespace(string)
Creates an XmlWhitespace node.
public override XmlWhitespace CreateWhitespace(string text)
Parameters
text
stringThe string must contain only the following characters  and 	
Returns
- XmlWhitespace
A new XmlWhitespace node.