ReadElement() 공개 메소드

public ReadElement ( XmlNode parentNode ) : void
parentNode System.Xml.XmlNode
리턴 void
예제 #1
0
 private void ReadElement(XmlNode parentNode, DocumentCollection collection)
 {
     if (collection == null)
     {
         return;
     }
     collection.ReadElement(parentNode);
 }
예제 #2
0
 private void ReadElement(XmlNode parentNode, DocumentCollection collection)
 {
     if (collection == null)
         return;
     collection.ReadElement(parentNode);
 }