Class XMLUtil

java.lang.Object
org.stianloader.picoresolve.internal.XMLUtil

public class XMLUtil extends Object
  • Constructor Details

    • XMLUtil

      public XMLUtil()
  • Method Details

    • elementText

      @Nullable public static @Nullable String elementText(@NotNull @NotNull Element node, @NotNull @NotNull String name)
    • getChildElements

      @NotNull public static @NotNull List<@NotNull Element> getChildElements(@NotNull @NotNull Element parent)
    • optElement

      @Nullable public static @Nullable Element optElement(@NotNull @NotNull Element parentNode, @NotNull @NotNull String name)
    • reqElement

      @NotNull public static @NotNull Element reqElement(@NotNull @NotNull Element parentNode, @NotNull @NotNull String name)