public class XBRLFactsContainer extends java.util.Vector<XBRLFact>
| Constructor and Description |
|---|
XBRLFactsContainer(XBRLFactsList parent)
Creates a facts container and sets the parent doc to the parent Instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(int index,
XBRLFact fact) |
boolean |
add(XBRLFact fact) |
void |
clear() |
void |
clearFacts()
The clear method removes all facts form the container and also sets the parent to null.
|
boolean |
equals(java.lang.Object obj) |
DTSContainer |
getContainer()
Gets the container.
|
XBRLInstance |
getInstance()
Gets the single instance of XBRLFactsContainer.
|
java.util.Iterator<java.util.Vector<XBRLFactItem>> |
getItems()
Gets the items.
|
java.util.Iterator<XBRLFactItem> |
getItems(XBRLItem itemFrom)
Gets the items.
|
java.util.Iterator<XBRLFactItem> |
getItemsSg(XBRLItem itemFrom)
Gets the items sg.
|
int |
getNumberOfTuples()
Gets the number of tuples.
|
XBRLFactsList |
getParent()
Gets the parent.
|
java.util.Iterator<java.util.Vector<XBRLFactTuple>> |
getTuples()
Gets the tuples.
|
java.util.Iterator<XBRLFactTuple> |
getTuples(XBRLTuple tupleFrom)
Gets the tuples.
|
java.util.Iterator<XBRLFactTuple> |
getTuplesSg(XBRLTuple tupleFrom)
Gets the tuples sg.
|
int |
hashCode() |
boolean |
isReadingContent()
This method returns true if this class instance is in the middle of the process to
read instance document content.
|
java.util.Iterator<XBRLFact> |
iterator() |
boolean |
remove(XBRLFact fact)
Removes the.
|
void |
setParent(XBRLFactsList parent)
Sets the parent.
|
addAll, addAll, addElement, capacity, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, firstElement, get, indexOf, indexOf, insertElementAt, isEmpty, lastElement, lastIndexOf, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, retainAll, set, setElementAt, setSize, size, subList, toArray, toArray, toString, trimToSizepublic XBRLFactsContainer(XBRLFactsList parent)
parent - the parent instancepublic XBRLFactsList getParent()
public void setParent(XBRLFactsList parent)
parent - the new parentpublic boolean add(XBRLFact fact)
public void add(int index,
XBRLFact fact)
public void clear()
public boolean remove(XBRLFact fact)
fact - the factpublic XBRLInstance getInstance()
public java.util.Iterator<XBRLFact> iterator()
public java.util.Iterator<java.util.Vector<XBRLFactItem>> getItems()
public java.util.Iterator<XBRLFactItem> getItems(XBRLItem itemFrom)
itemFrom - the item frompublic java.util.Iterator<XBRLFactItem> getItemsSg(XBRLItem itemFrom)
itemFrom - the item frompublic java.util.Iterator<XBRLFactTuple> getTuplesSg(XBRLTuple tupleFrom)
tupleFrom - the tuple frompublic java.util.Iterator<java.util.Vector<XBRLFactTuple>> getTuples()
public java.util.Iterator<XBRLFactTuple> getTuples(XBRLTuple tupleFrom)
tupleFrom - the tuple frompublic int getNumberOfTuples()
public boolean isReadingContent()
public DTSContainer getContainer()
public int hashCode()
public boolean equals(java.lang.Object obj)
public void clearFacts()