Package com.github.weisj.jsvg.parser
Class ParsedElement
java.lang.Object
com.github.weisj.jsvg.parser.ParsedElement
-
Method Summary
Modifier and TypeMethodDescription@NotNull Map<String, List<ParsedElement>> @NotNull AttributeNode@NotNull List<ParsedElement> children()@NotNull ParsedDocumentdocument()@Nullable Stringid()@NotNull SVGNodenode()@NotNull SVGNodenodeEnsuringBuildStatus(int depth) @Nullable ParsedElementparent()voidregisterNamedElement(@NotNull String name, @NotNull Object element) toString()