java.lang.Object
com.github.weisj.jsvg.parser.ParsedDocument
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final @NotNull LoaderContext
private final @Nullable URI
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> T
getElementById
(@NotNull Class<T> type, @Nullable String id) boolean
hasElementWithId
(@NotNull String id) @NotNull LoaderContext
void
registerNamedElement
(@NotNull String name, @Nullable Object element) @Nullable URI
rootURI()
-
Field Details
-
namedElements
-
rootURI
-
loaderContext
-
-
Constructor Details
-
ParsedDocument
public ParsedDocument(@Nullable @Nullable URI rootURI, @NotNull @NotNull LoaderContext loaderContext)
-
-
Method Details
-
loaderContext
-
registerNamedElement
-
getElementById
-
hasElementWithId
-
rootURI
-