Class ParsedElement
java.lang.Object
com.github.weisj.jsvg.parser.impl.ParsedElement
- All Implemented Interfaces:
DomElement
-
Method Summary
Modifier and TypeMethodDescription@NotNull Map<String, List<ParsedElement>> @Nullable String@NotNull AttributeNode@NotNull List<ParsedElement> children()@NotNull ParsedDocumentdocument()@Nullable Stringid()@NotNull SVGNodenode()@NotNull SVGNodenodeEnsuringBuildStatus(int depth) @Nullable ParsedElementparent()voidsetAttribute(@NotNull String name, @Nullable String value) @NotNull StringtagName()toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.github.weisj.jsvg.parser.DomElement
attribute
-
Method Details
-
id
- Specified by:
idin interfaceDomElement
-
tagName
- Specified by:
tagNamein interfaceDomElement
-
classNames
- Specified by:
classNamesin interfaceDomElement
-
document
- Specified by:
documentin interfaceDomElement
-
children
- Specified by:
childrenin interfaceDomElement
-
attribute
- Specified by:
attributein interfaceDomElement
-
setAttribute
- Specified by:
setAttributein interfaceDomElement
-
animationElements
-
parent
- Specified by:
parentin interfaceDomElement
-
node
-
nodeEnsuringBuildStatus
-
attributeNode
-
toString
-