Uses of Interface
com.github.weisj.jsvg.parser.DomElement
-
Packages that use DomElement Package Description com.github.weisj.jsvg.parser com.github.weisj.jsvg.parser.css com.github.weisj.jsvg.parser.css.impl com.github.weisj.jsvg.parser.impl -
-
Uses of DomElement in com.github.weisj.jsvg.parser
Methods in com.github.weisj.jsvg.parser that return DomElement Modifier and Type Method Description @Nullable DomElement
DomElement. parent()
Methods in com.github.weisj.jsvg.parser that return types with arguments of type DomElement Modifier and Type Method Description @NotNull java.util.List<? extends @NotNull DomElement>
DomElement. children()
Methods in com.github.weisj.jsvg.parser with parameters of type DomElement Modifier and Type Method Description void
DomProcessor. process(@NotNull DomElement root)
-
Uses of DomElement in com.github.weisj.jsvg.parser.css
Methods in com.github.weisj.jsvg.parser.css with parameters of type DomElement Modifier and Type Method Description void
StyleSheet. forEachMatchingRule(@NotNull DomElement element, @NotNull StyleSheet.RuleConsumer ruleConsumer)
-
Uses of DomElement in com.github.weisj.jsvg.parser.css.impl
Methods in com.github.weisj.jsvg.parser.css.impl with parameters of type DomElement Modifier and Type Method Description void
SimpleStyleSheet. forEachMatchingRule(@NotNull DomElement element, @NotNull StyleSheet.RuleConsumer ruleConsumer)
-
Uses of DomElement in com.github.weisj.jsvg.parser.impl
Classes in com.github.weisj.jsvg.parser.impl that implement DomElement Modifier and Type Class Description class
ParsedElement
-