Method | 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.
|
Method | Description | |
---|---|---|
CreateXmlNode ( ) : |
Method | Description | |
---|---|---|
ProcessingInstruction ( ANode aNode, Database database ) : System.Xml |
public ProcessingInstruction ( string name, string value ) : System.Xml | ||
name | string | The name of the processing instruction. |
value | string | The value of the processing instruction. |
return | System.Xml |