Interface DomDocument

  • All Known Implementing Classes:
    ParsedDocument

    public interface DomDocument
    • Method Detail

      • registerNamedElement

        void registerNamedElement​(@NotNull
                                  @NotNull java.lang.String name,
                                  @Nullable
                                  @Nullable java.lang.Object element)
      • getElementById

        @Nullable
        <T> T getElementById​(@NotNull
                             @NotNull java.lang.Class<T> type,
                             @Nullable
                             @Nullable java.lang.String id)
      • rootURI

        @Nullable
        @Nullable java.net.URI rootURI()