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(Optional<Attribute> attribute)Constructors in io.markdom.util with parameters of type Attributes Constructor Description Element(String tagName, Attributes attributes, Nodes nodes)
-