Table of Contents

Method CreateTextNode

Namespace
SharpVectors.Dom
Assembly
SharpVectors.Dom.dll

CreateTextNode(string)

Creates an XmlText with the specified text.

public override XmlText CreateTextNode(string text)

Parameters

text string

The text for the Text node.

Returns

XmlText

The new XmlText node.