|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.j2r.xbrl.network.roles.ParentChildRole
public class ParentChildRole
See interface for purpose. This role performs parent-child validation acording to XBRL 2.1 spec.
Copyright 2006 J2R BV, The Netherlands.
Part of Licensed Materials.
www.batavia-xbrl.com
| Constructor Summary | |
|---|---|
ParentChildRole()
|
|
| Method Summary | |
|---|---|
boolean |
validateAndCompleteInstance(Network network,
Xbrl xbrlElement,
ValidationDocument msgs,
boolean complete)
Validate the given xbrl element with the given network with the rules that apply for the implemented role and add msgs for problems found to the given msgs. |
boolean |
validateArc(NetworkArc arc,
ValidationDocument msgs)
Validate the given arc with the rules that apply for the implemented role and add msgs for problems found to the given msgs. |
boolean |
validateInstance(Network network,
Xbrl xbrlElement,
ValidationDocument msgs)
Validate the given xbrl element with the given network with the rules that apply for the implemented role and add msgs for problems found to the given msgs. |
boolean |
validateNetwork(Network network,
ValidationDocument msgs)
Validate the given network with the rules that apply for the implemented role and add msgs for problems found to the given msgs. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ParentChildRole()
| Method Detail |
|---|
public boolean validateAndCompleteInstance(Network network,
Xbrl xbrlElement,
ValidationDocument msgs,
boolean complete)
SupportedRole
validateAndCompleteInstance in interface SupportedRole
public boolean validateInstance(Network network,
Xbrl xbrlElement,
ValidationDocument msgs)
SupportedRole
validateInstance in interface SupportedRole
public boolean validateNetwork(Network network,
ValidationDocument msgs)
SupportedRole
validateNetwork in interface SupportedRole
public boolean validateArc(NetworkArc arc,
ValidationDocument msgs)
SupportedRole
validateArc in interface SupportedRole
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||