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

NewXmlNode() private method

Create a new XmlNode.
private NewXmlNode ( ) : void
return void
		private void NewXmlNode()
		{			
			this.Node					= this.Document.CreateNode("list", "text");
		}