Ejemplo n.º 1
0
 public static DomPath GetDomPath(this XText text, IFactory factory)
 {
     return(factory.GetOrCreateDomPath(text.GetXPath()));
 }