public class ConceptAspectRule extends java.lang.Object 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.
|
| Constructor and Description |
|---|
ConceptAspectRule(XBRLRuleNode ruleNode,
net.sf.saxon.s9api.XdmNode aspectNode)
Instantiates a new concept aspect rule.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getAspectClashIdentity()
Returns an object that can be used to evaluate aspect clash.
|
int |
getAspectType()
Returns a value from the CommonAspectRule class that identifies the aspect type.
|
javax.xml.namespace.QName |
getConcept(XBRLStructuralTable xbrlTable)
Returns the calculated concept for this aspect.
|
javax.xml.namespace.QName |
getMember(XBRLStructuralTable table,
CellHeader[] header)
Convert this aspect into a proper Member
|
void |
resetNode()
Reset node.
|
java.lang.String |
toString() |
public static org.apache.log4j.Logger log
public static final javax.xml.namespace.QName resourceName
public ConceptAspectRule(XBRLRuleNode ruleNode, net.sf.saxon.s9api.XdmNode aspectNode) throws XTValidationException
ruleNode - the rule nodeaspectNode - the aspect nodeXTValidationException - the XT validation exceptionpublic javax.xml.namespace.QName getConcept(XBRLStructuralTable xbrlTable) throws XTValidationException
ConceptAspectInterfacegetConcept in interface ConceptAspectInterfacexbrlTable - the structural tableXTValidationException - the XT validation exceptionpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.Object getAspectClashIdentity()
AspectgetAspectClashIdentity in interface Aspect<javax.xml.namespace.QName>public int getAspectType()
AspectgetAspectType in interface Aspect<javax.xml.namespace.QName>public javax.xml.namespace.QName getMember(XBRLStructuralTable table, CellHeader[] header) throws XTValidationException
AspectgetMember in interface Aspect<javax.xml.namespace.QName>table - the tableheader - the headerXTValidationException - the XT validation exceptionpublic void resetNode()
ConceptAspectInterfaceresetNode in interface ConceptAspectInterface