AODL.Document.Content.Text.XLink.NewXmlNode C# (CSharp) Method

NewXmlNode() private method

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