Table of Contents

Method CreateWhitespace

Namespace
SharpVectors.Dom
Assembly
SharpVectors.Dom.dll

CreateWhitespace(string)

Creates an XmlWhitespace node.

public override XmlWhitespace CreateWhitespace(string text)

Parameters

text string

The string must contain only the following characters  
 
 and 	

Returns

XmlWhitespace

A new XmlWhitespace node.