C# Class Nxdb.Node.Text

Representation of an XML text node.
Inheritance: TreeNode
Afficher le fichier Open project: daveaglick/Nxdb Class Usage Examples

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
CreateXmlNode ( ) : XmlNode

Private Methods

Méthode Description
Text ( ANode aNode, Database database ) : System.Xml

Method Details

CreateXmlNode() protected méthode

protected CreateXmlNode ( ) : XmlNode
Résultat System.Xml.XmlNode

Text() public méthode

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.
Résultat System.Xml