Package net.sf.saxon.type
Class ValidationParams
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<StructuredQName,
Sequence>
This class represents a collection of parameter values for use in schema validation;
it defines values for the parameters declared using the saxon:param XSD extension.
The implementation is just a HashMap; giving the class a name helps type safety.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,
V>, AbstractMap.SimpleImmutableEntry<K, V> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
setValidationParams
(Map<StructuredQName, XPathVariable> declaredParams, ValidationParams actualParams, XPathDynamicContext context) Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, newHashMap, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Constructor Details
-
ValidationParams
public ValidationParams()
-
-
Method Details
-
setValidationParams
public static void setValidationParams(Map<StructuredQName, XPathVariable> declaredParams, ValidationParams actualParams, XPathDynamicContext context) throws XPathException- Throws:
XPathException
-