Package io.markdom.util
Class Element
- java.lang.Object
-
- io.markdom.util.Element
-
-
Constructor Summary
Constructors Constructor Description Element(String tagName)Element(String tagName, Attributes attributes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<Attribute>iterator()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-