Ejemplo n.º 1
0
 public SimpleXml(SimpleXmlElement element)
 {
     Document = XDocument.Parse(element.ToString());
 }
Ejemplo n.º 2
0
 public static SimpleXml Parse(SimpleXmlElement element)
 {
     return(new SimpleXml(element));
 }