Uses of Class
io.markdom.util.Attributes
-
-
Uses of Attributes in io.markdom.util
Methods in io.markdom.util that return Attributes Modifier and Type Method Description AttributesAttributes. add(Attribute attribute)AttributesAttributes. add(String key, String value)AttributesAttributes. add(String key, Optional<String> value)Methods in io.markdom.util with parameters of type Attributes Modifier and Type Method Description ElementsElements. add(String tagName, Attributes attributes)Constructors in io.markdom.util with parameters of type Attributes Constructor Description Element(String tagName, Attributes attributes)
-