Uses of Class
com.github.weisj.jsvg.parser.ParsedDocument
-
Packages that use ParsedDocument Package Description com.github.weisj.jsvg.parser -
-
Uses of ParsedDocument in com.github.weisj.jsvg.parser
Fields in com.github.weisj.jsvg.parser declared as ParsedDocument Modifier and Type Field Description private @NotNull ParsedDocument
AttributeNode. document
private @Nullable ParsedDocument
ExternalDocumentLoader.CachedDocument. document
private @NotNull ParsedDocument
SVGDocumentBuilder. parsedDocument
Methods in com.github.weisj.jsvg.parser that return ParsedDocument Modifier and Type Method Description (package private) @NotNull ParsedDocument
AttributeNode. document()
private @Nullable ParsedDocument
ExternalDocumentLoader. locateDocument(@NotNull ParsedDocument document, @NotNull java.lang.String name)
(package private) @NotNull ParsedDocument
SVGDocumentBuilder. parsedDocument()
@Nullable ParsedDocument
DefaultElementLoader.DefaultDocumentLoader. resolveDocument(@NotNull ParsedDocument document, @NotNull java.lang.String name)
@Nullable ParsedDocument
DefaultElementLoader.DocumentLoader. resolveDocument(@NotNull ParsedDocument document, @NotNull java.lang.String name)
@Nullable ParsedDocument
ExternalDocumentLoader. resolveDocument(@NotNull ParsedDocument document, @NotNull java.lang.String name)
Methods in com.github.weisj.jsvg.parser with parameters of type ParsedDocument Modifier and Type Method Description <T> T
DefaultElementLoader. loadElement(@NotNull java.lang.Class<T> type, @Nullable java.lang.String value, @NotNull ParsedDocument document, @NotNull AttributeParser attributeParser)
<T> T
ElementLoader. loadElement(@NotNull java.lang.Class<T> type, @Nullable java.lang.String value, @NotNull ParsedDocument document, @NotNull AttributeParser attributeParser)
private @Nullable ParsedDocument
ExternalDocumentLoader. locateDocument(@NotNull ParsedDocument document, @NotNull java.lang.String name)
@Nullable ParsedDocument
DefaultElementLoader.DefaultDocumentLoader. resolveDocument(@NotNull ParsedDocument document, @NotNull java.lang.String name)
@Nullable ParsedDocument
DefaultElementLoader.DocumentLoader. resolveDocument(@NotNull ParsedDocument document, @NotNull java.lang.String name)
@Nullable ParsedDocument
ExternalDocumentLoader. resolveDocument(@NotNull ParsedDocument document, @NotNull java.lang.String name)
Constructors in com.github.weisj.jsvg.parser with parameters of type ParsedDocument Constructor Description AttributeNode(@NotNull java.lang.String tagName, @NotNull java.util.Map<java.lang.String,java.lang.String> attributes, @Nullable AttributeNode parent, @NotNull ParsedDocument document, @NotNull java.util.List<@NotNull StyleSheet> styleSheets, @NotNull LoadHelper loadHelper)
-