Table of Contents

Method CreateSignificantWhitespace

Namespace
SharpVectors.Dom
Assembly
SharpVectors.Dom.dll

CreateSignificantWhitespace(string)

Creates an XmlSignificantWhitespace node.

public override XmlSignificantWhitespace CreateSignificantWhitespace(string text)

Parameters

text string

The string must contain only the following characters  
 
 and 	

Returns

XmlSignificantWhitespace

A new XmlSignificantWhitespace node.