public DomNotation CreateNotation(string name)
 {
     return(OwnerDocument.CreateNotation(name));
 }