JavaScript is disabled on your browser.
Skip navigation links
Module
Class
Use
Tree
Index
Search
Help
com.github.weisj.jsvg
com.github.weisj.jsvg.parser
DomProcessor
Contents
Description
Method Summary
Method Details
process(DomElement)
Hide sidebar
Show sidebar
Interface DomProcessor
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface
DomProcessor
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
process
(@NotNull
DomElement
root)
Method Details
process
void
process
(@NotNull @NotNull
DomElement
root)