public static boolean hasXml(@NotNull DomElement element) {
   return element.exists();
 }