All Methods Static Methods Instance Methods Abstract Methods Default Methods
| Modifier and Type |
Method and Description |
default void |
close(Object o,
String text) |
static List<Tag<?,?>> |
fromArray(Tag<?,?>... tags) |
default List<Tag<?,?>> |
getChildren() |
default java.util.function.BiConsumer<R,String> |
getCloser() |
R |
getItem(T t) |
default Iterator<Tag<?,?>> |
getIterator() |
default java.util.function.BiConsumer<R,Attributes> |
getOpener() |
Tag<T,R> |
getSelf() |
String |
getTag() |
default java.util.function.BiConsumer<Tag<T,R>,R> |
getValidator() |
default boolean |
isMultiple() |
default boolean |
isOptional() |
default void |
open(Object o,
Attributes attributes) |
default R |
sidecast(Object o) |
default T |
upcast(Object o) |
default R |
upcastItem(Object o) |