public class DimensionTypedRule extends DimensionCommonAspectRule implements DimensionAspectInterface
| Modifier and Type | Field and Description |
|---|---|
static javax.xml.namespace.QName |
resourceName
The Constant resourceName.
|
ALLDIMENSIONALASPECTS, ALLNONDIMENSIONALASPECTS, ANY, COMPLETESCENARIO, COMPLETESEGMENT, CONCEPT, DIMENSION, ENTITYIDENTIFIER, LOCATION, NONE, NONXDTSCENARIO, NONXDTSEGMENT, PERIOD, UNIT, VALUE| Constructor and Description |
|---|
DimensionTypedRule(XBRLFormula formula,
net.sf.saxon.s9api.XdmNode aspectNode)
Instantiates a new dimension typed rule.
|
| Modifier and Type | Method and Description |
|---|---|
void |
resolve(XMLElementDefinition el,
FContext fc,
XPathHelper xph,
javax.xml.namespace.QName dimName)
Resolve one dimension in the appropriate dimension container.
|
getDimensiongetAspectsTextequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDimensionpublic static final javax.xml.namespace.QName resourceName
public DimensionTypedRule(XBRLFormula formula, net.sf.saxon.s9api.XdmNode aspectNode) throws XFValidationException
formula - the formulaaspectNode - the aspect nodeXFValidationException - the XF validation exceptionpublic void resolve(XMLElementDefinition el, FContext fc, XPathHelper xph, javax.xml.namespace.QName dimName) throws XFValidationException
DimensionAspectInterfaceresolve in interface DimensionAspectInterfaceel - This is the concept definition for which the dimension is going to be resolvedfc - the fcxph - the xphdimName - the dim nameXFValidationException - the XF validation exception