-
- All Known Implementing Classes:
ParsedDocument
public interface DomDocument
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> T
getElementById(@NotNull java.lang.Class<T> type, @Nullable java.lang.String id)
@NotNull LoaderContext
loaderContext()
void
registerNamedElement(@NotNull java.lang.String name, @Nullable java.lang.Object element)
@Nullable java.net.URI
rootURI()
-
-
-
Method Detail
-
loaderContext
@NotNull @NotNull LoaderContext loaderContext()
-
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()
-
-