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.
|
Method | Description | |
---|---|---|
CreateXmlNode ( ) : |
Method | Description | |
---|---|---|
Text ( ANode aNode, Database database ) : System.Xml |
public Text ( string text ) : System.Xml | ||
text | string | The text content. |
return | System.Xml |