protected virtual XObject VisitComment(XComment node)
 {
     return(node.Update(node.Value));
 }