public class DimensionTypedRule extends DimensionCommonAspectRule implements TypedDimensionAspectInterface
| Constructor and Description |
|---|
DimensionTypedRule(XBRLRuleNode ruleNode,
net.sf.saxon.s9api.XdmNode aspectNode)
Instantiates a new dimension typed 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.
|
net.sf.saxon.s9api.XdmNode |
getMember(XBRLStructuralTable xbrlTable)
Returns the XdmNode member this DimensionTypedRule contributes.
|
DimensionAndFragmentMemberPair |
getMember(XBRLStructuralTable table,
CellHeader[] header)
Convert this aspect into a proper Member
|
int |
getMembersCount()
Gets the members count.
|
void |
resetNode()
Reset node.
|
java.lang.String |
toString() |
getDimensionequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDimensionpublic DimensionTypedRule(XBRLRuleNode ruleNode, net.sf.saxon.s9api.XdmNode aspectNode) throws XTValidationException
ruleNode - the rule nodeaspectNode - the aspect nodeXTValidationException - the XT validation exceptionpublic java.lang.Object getAspectClashIdentity()
AspectgetAspectClashIdentity in interface Aspect<DimensionAndValuePair<XMLFragment>>public int getAspectType()
AspectgetAspectType in interface Aspect<DimensionAndValuePair<XMLFragment>>public net.sf.saxon.s9api.XdmNode getMember(XBRLStructuralTable xbrlTable) throws XTValidationException
getMember in interface TypedDimensionAspectInterfacexbrlTable - this is the table this expression is participating. This is used
to obtain the table parametersXTValidationException - the XT validation exceptionpublic java.lang.String toString()
toString in class java.lang.Objectpublic int getMembersCount()
DimensionAspectInterfacegetMembersCount in interface DimensionAspectInterface<XMLFragment>public void resetNode()
DimensionAspectInterfaceresetNode in interface DimensionAspectInterface<XMLFragment>public DimensionAndFragmentMemberPair getMember(XBRLStructuralTable table, CellHeader[] header) throws XTValidationException
AspectgetMember in interface Aspect<DimensionAndValuePair<XMLFragment>>table - the tableheader - the headerXTValidationException - the XT validation exception