public class ConceptAspectRule extends CommonAspectRule implements ConceptAspectInterface
| Modifier and Type | Field and Description |
|---|---|
static org.apache.log4j.Logger |
log
The log.
|
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 |
|---|
ConceptAspectRule(XBRLFormula formula,
net.sf.saxon.s9api.XdmNode aspectNode)
Instantiates a new concept aspect rule.
|
| Modifier and Type | Method and Description |
|---|---|
XMLElementDefinition |
getConcept(XPathHelper xph)
Returns the calculated concept for this aspect.
|
boolean |
isStaticConcept()
Returns true if the evaluation of the concept does not requires access to dynamic content.
|
getAspectsTextpublic static org.apache.log4j.Logger log
public static final javax.xml.namespace.QName resourceName
public ConceptAspectRule(XBRLFormula formula, net.sf.saxon.s9api.XdmNode aspectNode) throws XFValidationException
formula - the formulaaspectNode - the aspect nodeXFValidationException - the XF validation exceptionpublic XMLElementDefinition getConcept(XPathHelper xph) throws XFValidationException
ConceptAspectInterfacegetConcept in interface ConceptAspectInterfacexph - the hpxXFValidationException - the XF validation exceptionpublic boolean isStaticConcept()
throws XFValidationException
ConceptAspectInterfaceisStaticConcept in interface ConceptAspectInterfaceXFValidationException - the XF validation exception