| Package | Description |
|---|---|
| com.ihr.xbrl.comparator |
Provides the classes necessary to compare two DTSs and obtain the differences
according to the XVS specification.
|
| com.ihr.xbrl.versioning |
Provides the classes necessary to create or access to the content of a versioning
report.
|
| Modifier and Type | Method and Description |
|---|---|
Event |
Event.getParent()
Gets the parent.
|
Event |
Event.remove(int index)
Removes the.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Vector<Event> |
Event.getChildren()
Gets the children.
|
java.util.Iterator<Event> |
DTSComparator.getEvents()
Gets the events.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Event.add(Event diff)
Adds the.
|
void |
Event.insertElementAt(Event event,
int index)
Insert element at.
|
boolean |
Event.remove(Event event)
Removes the.
|
void |
Event.setParent(Event diff)
Sets the parent.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Event.setChildren(java.util.Vector<Event> childrenDiffs)
Sets the children.
|
| Constructor and Description |
|---|
Event(net.sf.saxon.om.NodeInfo info,
Event parent,
VlVersioningProcessor processor)
Creates a new Event from a node with information about the event.
|
Event(java.lang.String note,
int type,
XMLFragment left,
XMLFragment right,
Event parent)
Instantiates a new event.
|
Event(XBRLFactTuple tuple,
Event parent,
VlVersioningProcessor processor)
Instantiates a new event.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<Event> |
ConceptActivityReport.getEvents(Action ac)
Gets the events.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
VlVersioningProcessor.isDocumented(Event ev)
Returns true if the event is in at least one action in this report.
|