Beispiel #1
0
	    protected Node()
		{	
			m_ChildNodes = new NodeList(this);
		}
Beispiel #2
0
 public Node()
 {
     m_ChildNodes = new NodeList(this);
 }