public interface KeyDefinitions
Modifier and Type | Method and Description |
---|---|
com.xmlmind.ditac.preprocess.KeyDefinition |
getKeyDefinition(String key,
Node context)
Returns the definition corresponding to specified key.
|
com.xmlmind.ditac.preprocess.KeyDefinition[] |
getKeyDefinitions(Node context)
Returns all the key definitions contained in this set.
|
com.xmlmind.ditac.preprocess.KeyDefinition getKeyDefinition(String key, Node context)
null
if specified key is unknown.key
- key searched forcontext
- used to determine the key space (AKA key scope)com.xmlmind.ditac.preprocess.KeyDefinition[] getKeyDefinitions(Node context)
context
- used to determine the key space (AKA key scope)