C# Class Nxdb.Node.ProcessingInstruction

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

Méthodes publiques

Méthode Description
ProcessingInstruction ( string name, string value ) : System.Xml

Initializes a new instance of the ProcessingInstruction 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
ProcessingInstruction ( ANode aNode, Database database ) : System.Xml

Method Details

CreateXmlNode() protected méthode

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

ProcessingInstruction() public méthode

Initializes a new instance of the ProcessingInstruction class. Manually constructed nodes are immutable and are not added to the database.
public ProcessingInstruction ( string name, string value ) : System.Xml
name string The name of the processing instruction.
value string The value of the processing instruction.
Résultat System.Xml