public interface FlatTag<T> extends Tag<T,T>
| Modifier and Type | Method and Description |
|---|---|
default void |
close(Object o,
String text,
Object cached)
Called by TagHandler.endElement to consume text.
|
default T |
getItem(T t)
Obtains a member R from a context object T.
|
default Object |
open(Object o,
Attributes attributes)
Called by TagHandler.startElement to consume attributes.
|
getAttributesMap, getChildren, getCloser, getOpener, getSelf, getTag, getTagModel, getValidator, isChoice, isMultiple, isOptional, matches, tagsdefault T getItem(T t)
TagNB: A FlatTag provides itself as the member.
default Object open(Object o, Attributes attributes)
TagCopyright © 2021. All rights reserved.