C# 클래스 Nxdb.Node.ProcessingInstruction

Representation of an XML processing instruction node.
상속: TreeNode
파일 보기 프로젝트 열기: daveaglick/Nxdb 1 사용 예제들

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
CreateXmlNode ( ) : XmlNode

비공개 메소드들

메소드 설명
ProcessingInstruction ( ANode aNode, Database database ) : System.Xml

메소드 상세

CreateXmlNode() 보호된 메소드

protected CreateXmlNode ( ) : XmlNode
리턴 System.Xml.XmlNode

ProcessingInstruction() 공개 메소드

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.
리턴 System.Xml