public interface HasUncoveredAspectValueResolver
| Modifier and Type | Method and Description |
|---|---|
net.sf.saxon.s9api.XdmValue |
getUncoveredAspectValue(int aspect,
javax.xml.namespace.QName dimName)
Used only for the implementation of the xff.uncovered-aspect(aspect, dimName) XPath function
|
boolean |
isImplicitFilter()
xff.uncovered-aspect(aspect, dimName) XPath function must raise an error if the formula is
not implicit filtering
|
net.sf.saxon.s9api.XdmValue getUncoveredAspectValue(int aspect,
javax.xml.namespace.QName dimName)
throws XFValidationException
aspect - the aspectdimName - the dim nameXFValidationException - the XF validation exceptionboolean isImplicitFilter()