| Package | Description |
|---|---|
| com.brentcroft.tools.materializer | |
| com.brentcroft.tools.materializer.core |
| Modifier and Type | Method and Description |
|---|---|
default ContextValue |
ContextValue.inContext()
Provide a new child context, allowing access to parent context objects,
but encapsulating any new objects put in the child context
|
default ContextValue |
ContextValue.put(String key,
Object value)
Add a named object to the context.
|
| Modifier and Type | Method and Description |
|---|---|
static <R> Stack<TagContext> |
Materializer.newStackInContext(FlatTag<? super R> rootTag,
ContextValue contextValue) |
| Modifier and Type | Method and Description |
|---|---|
ContextValue |
OpenEvent.inContext() |
| Constructor and Description |
|---|
OpenEvent(String uri,
String localName,
String qName,
Attributes attributes,
TagHandlerContext tagHandler,
ContextValue contextValue) |
TagHandler(R rootItem,
Stack<TagContext> tagContextStack,
ContextValue contextValue) |
TagHandler(R rootItem,
TagContext rootContext,
ContextValue contextValue) |
Copyright © 2021. All rights reserved.