Uses of Interface
com.github.weisj.jsvg.parser.DomDocument
-
-
Uses of DomDocument in com.github.weisj.jsvg.parser
Methods in com.github.weisj.jsvg.parser that return DomDocument Modifier and Type Method Description @NotNull DomDocument
DomElement. document()
Methods in com.github.weisj.jsvg.parser with parameters of type DomDocument Modifier and Type Method Description <T> T
ElementLoader. loadElement(@NotNull java.lang.Class<T> type, @Nullable java.lang.String value, @NotNull DomDocument document)
-
Uses of DomDocument in com.github.weisj.jsvg.parser.impl
Classes in com.github.weisj.jsvg.parser.impl that implement DomDocument Modifier and Type Class Description class
ParsedDocument
Methods in com.github.weisj.jsvg.parser.impl that return DomDocument Modifier and Type Method Description private @Nullable DomDocument
ExternalDocumentLoader. locateDocument(@NotNull DomDocument document, @NotNull java.lang.String name)
@Nullable DomDocument
DefaultElementLoader.DefaultDocumentLoader. resolveDocument(@NotNull DomDocument document, @NotNull java.lang.String name)
@Nullable DomDocument
DefaultElementLoader.DocumentLoader. resolveDocument(@NotNull DomDocument document, @NotNull java.lang.String name)
@Nullable DomDocument
ExternalDocumentLoader. resolveDocument(@NotNull DomDocument document, @NotNull java.lang.String name)
Methods in com.github.weisj.jsvg.parser.impl with parameters of type DomDocument Modifier and Type Method Description <T> T
DefaultElementLoader. loadElement(@NotNull java.lang.Class<T> type, @Nullable java.lang.String value, @NotNull DomDocument document)
private @Nullable DomDocument
ExternalDocumentLoader. locateDocument(@NotNull DomDocument document, @NotNull java.lang.String name)
@Nullable DomDocument
DefaultElementLoader.DefaultDocumentLoader. resolveDocument(@NotNull DomDocument document, @NotNull java.lang.String name)
@Nullable DomDocument
DefaultElementLoader.DocumentLoader. resolveDocument(@NotNull DomDocument document, @NotNull java.lang.String name)
@Nullable DomDocument
ExternalDocumentLoader. resolveDocument(@NotNull DomDocument document, @NotNull java.lang.String name)
-
Uses of DomDocument in com.github.weisj.jsvg.parser.resources
Methods in com.github.weisj.jsvg.parser.resources with parameters of type DomDocument Modifier and Type Method Description @Nullable ResourceSupplier<RenderableResource>
ResourceLoader. loadImage(@NotNull DomDocument document, @NotNull java.net.URI uri)
-
Uses of DomDocument in com.github.weisj.jsvg.parser.resources.impl
Methods in com.github.weisj.jsvg.parser.resources.impl with parameters of type DomDocument Modifier and Type Method Description @NotNull ResourceSupplier<RenderableResource>
SynchronousResourceLoader. loadImage(@NotNull DomDocument document, @NotNull java.net.URI uri)
-
Uses of DomDocument in com.github.weisj.jsvg.util
Methods in com.github.weisj.jsvg.util with parameters of type DomDocument Modifier and Type Method Description static @Nullable RenderableResource
ResourceUtil. loadImage(@NotNull DomDocument document, @NotNull java.net.URI uri)
-