| Package | Description |
|---|---|
| com.brentcroft.tools.materializer.core | |
| com.brentcroft.tools.materializer.model |
| Modifier and Type | Method and Description |
|---|---|
default Opener<T,R,OpenEvent,?> |
Tag.getOpener()
Override to implement opening behaviour.
|
| Modifier and Type | Method and Description |
|---|---|
R |
Tag.getItem(T t,
OpenEvent openEvent)
Obtains a member R from a context object T.
|
Tag<? super R,?> |
TagModel.getTag(OpenEvent openEvent) |
default boolean |
Tag.matches(OpenEvent openEvent)
True if this Tag matches the supplied open element arguments.
|
boolean |
EventMatcher.matches(OpenEvent openEvent) |
default boolean |
TagHandlerContext.notOnStack(Tag<?,?> tag,
OpenEvent openEvent) |
Object |
Tag.open(Object c,
Object r,
OpenEvent event)
Called by TagHandler.startElement to consume attributes.
|
| Modifier and Type | Method and Description |
|---|---|
default T |
FlatTag.getItem(T t,
OpenEvent openEvent) |
default Object |
StepTag.open(Object c,
Object o,
OpenEvent event) |
default Object |
FlatTag.open(Object c,
Object o,
OpenEvent event) |
default R |
StepTag.step(Object o,
OpenEvent openEvent) |
Copyright © 2021. All rights reserved.