public class ValidationParams extends java.util.HashMap<StructuredQName,Sequence<?>>
The implementation is just a HashMap; giving the class a name helps type safety.
Constructor and Description |
---|
ValidationParams() |
Modifier and Type | Method and Description |
---|---|
static void |
setValidationParams(java.util.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, values
public static void setValidationParams(java.util.Map<StructuredQName,XPathVariable> declaredParams, ValidationParams actualParams, XPathDynamicContext context) throws XPathException
XPathException
Copyright (c) 2004-2020 Saxonica Limited. All rights reserved.