AODL.Document.Content.Text.XLink.NewXmlNode C# (CSharp) 메소드

NewXmlNode() 개인적인 메소드

News the XML node.
private NewXmlNode ( ) : void
리턴 void
		private void NewXmlNode()
		{
			this.Node		= this.Document.CreateNode("a", "text");
		}