|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Event | |
|---|---|
| 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. |
| Uses of Event in com.ihr.xbrl.comparator |
|---|
| Methods in com.ihr.xbrl.comparator that return Event | |
|---|---|
Event |
Event.getParent()
|
Event |
Event.remove(int index)
|
| Methods in com.ihr.xbrl.comparator that return types with arguments of type Event | |
|---|---|
java.util.Vector<Event> |
Event.getChildren()
|
java.util.Iterator<Event> |
DTSComparator.getEvents()
|
| Methods in com.ihr.xbrl.comparator with parameters of type Event | |
|---|---|
void |
Event.add(Event diff)
|
void |
Event.insertElementAt(Event event,
int index)
|
boolean |
Event.remove(Event event)
|
void |
Event.setParent(Event diff)
|
| Method parameters in com.ihr.xbrl.comparator with type arguments of type Event | |
|---|---|
void |
Event.setChildren(java.util.Vector<Event> childrenDiffs)
|
| Constructors in com.ihr.xbrl.comparator with parameters of type Event | |
|---|---|
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)
|
|
Event(XBRLFactTuple tuple,
Event parent,
VlVersioningProcessor processor)
|
|
| Uses of Event in com.ihr.xbrl.versioning |
|---|
| Methods in com.ihr.xbrl.versioning that return types with arguments of type Event | |
|---|---|
java.util.Iterator<Event> |
ConceptActivityReport.getEvents(Action ac)
|
| Methods in com.ihr.xbrl.versioning with parameters of type Event | |
|---|---|
boolean |
VlVersioningProcessor.isDocumented(Event ev)
Returns true if the event is in at least one action in this report |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||