C# Class Nxdb.Node.Text

Representation of an XML text node.
Inheritance: TreeNode
Show file Open project: daveaglick/Nxdb Class Usage Examples

Public Methods

Method Description
Text ( string text ) : System.Xml

Initializes a new instance of the Text class. Manually constructed nodes are immutable and are not added to the database.

Protected Methods

Method Description
CreateXmlNode ( ) : XmlNode

Private Methods

Method Description
Text ( ANode aNode, Database database ) : System.Xml

Method Details

CreateXmlNode() protected method

protected CreateXmlNode ( ) : XmlNode
return System.Xml.XmlNode

Text() public method

Initializes a new instance of the Text class. Manually constructed nodes are immutable and are not added to the database.
public Text ( string text ) : System.Xml
text string The text content.
return System.Xml