Package | Description |
---|---|
oracle.javatools.xml.esax | |
oracle.javatools.xml.esax.spi |
Modifier and Type | Field and Description |
---|---|
Key |
DynamicElementHandler.sApplicationObjectKey |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
ElementContext.getValue(Key key)
Get a value stored in this context.
|
void |
ElementContext.putValue(Key key,
java.lang.Object value)
Store a value in this context.
|
void |
ElementContext.removeValue(Key key)
Clear a value from this context.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
DefaultElementContext.getValue(Key key)
Get a value stored in this context.
|
void |
DefaultElementContext.putValue(Key key,
java.lang.Object value)
Store a value in this context.
|
void |
DefaultElementContext.removeValue(Key key)
Clear a value from this context.
|