Class IprJDOMUtil


  • public class IprJDOMUtil
    extends Object
    • Constructor Detail

      • IprJDOMUtil

        public IprJDOMUtil()
    • Method Detail

      • getOrCreateComponent

        @NotNull
        public static org.jdom.Element getOrCreateComponent​(@NotNull
                                                            org.jdom.Document document,
                                                            @NotNull
                                                            String name)
      • getComponent

        @Nullable
        public static org.jdom.Element getComponent​(@NotNull
                                                    org.jdom.Document document,
                                                    @NotNull
                                                    String name)
      • addComponent

        @NotNull
        public static org.jdom.Element addComponent​(@NotNull
                                                    org.jdom.Document document,
                                                    @NotNull
                                                    String name)