public class ValidationParams extends HashMap<StructuredQName,Sequence<?>>
The implementation is just a HashMap; giving the class a name helps type safety.
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ValidationParams() |
| Modifier and Type | Method and Description |
|---|---|
static void |
setValidationParams(Map<StructuredQName,XPathVariable> declaredParams,
ValidationParams actualParams,
XPathDynamicContext context) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic static void setValidationParams(Map<StructuredQName,XPathVariable> declaredParams, ValidationParams actualParams, XPathDynamicContext context) throws XPathException
XPathException