|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Context | |
|---|---|
| com.batavia.xbrl.instance | |
| com.batavia.xbrl.instance.dimension | |
| com.batavia.xbrl.network.roles | |
| com.batavia.xbrl.taxonomy | |
| com.batavia.xbrl.taxonomy.dimension | |
| Uses of Context in com.batavia.xbrl.instance |
|---|
| Methods in com.batavia.xbrl.instance that return Context | |
|---|---|
Context |
Xbrl.createContext(java.lang.String id)
Create a child Contextand add it to the XbrlElement. |
Context |
Item.getContext()
The context for this item is retreived based on the contextref value. |
Context |
Xbrl.getContext(FullyQualifiedName qname)
Get the context that is contained by this XBRL and that has the given fullyqualified ID value (prefix:id) |
Context |
Xbrl.getDefaultDurationContext()
|
Context |
Xbrl.getDefaultInstantContext()
|
| Methods in com.batavia.xbrl.instance with parameters of type Context | |
|---|---|
void |
Xbrl.addContext(Context aPart)
Add the given context to this XBRL |
java.util.List |
Tuple.getFacts(Concept aConcept,
Context aContext)
Return a List with facts that are reported on the given concept and context and are contained in this tuple. |
java.util.List |
Xbrl.getFacts(Concept aConcept,
Context aContext)
Get the facts that are contained in this XBRL that are reported on the given concept and ref to the given context. |
java.util.List |
Tuple.getFacts(FullyQualifiedName qName,
Context aContext)
|
java.util.List |
Xbrl.getFacts(FullyQualifiedName qName,
Context aContext)
Get the facts that are contained in this XBRL that are reported on the given concept and ref to the given context. |
java.util.List |
ReportScope.getFactsInThisScope(FullyQualifiedName qName,
Context aContext)
|
Item |
Tuple.getItem(FullyQualifiedName qName,
Context aContext)
Get the item fact from this tuples' content model that has the given qName and references the given context. |
Item |
Xbrl.getItem(FullyQualifiedName qName,
Context aContext)
Get the Item that is contained by this XBRL element that has the given qName and refs the given Context |
void |
Xbrl.removeContext(Context aPart)
Remove the given context form this XBRL |
| Uses of Context in com.batavia.xbrl.instance.dimension |
|---|
| Subinterfaces of Context in com.batavia.xbrl.instance.dimension | |
|---|---|
interface |
DimensionalContext
Copyright 2006 J2R BV, The Netherlands. |
| Uses of Context in com.batavia.xbrl.network.roles |
|---|
| Methods in com.batavia.xbrl.network.roles that return Context | |
|---|---|
Context |
SummationIndicator.getContext()
|
| Methods in com.batavia.xbrl.network.roles with parameters of type Context | |
|---|---|
void |
SummationIndicator.setContext(Context context)
|
| Uses of Context in com.batavia.xbrl.taxonomy |
|---|
| Methods in com.batavia.xbrl.taxonomy with parameters of type Context | |
|---|---|
Fact |
Item.createFact(InstanceElement parent,
Xbrl aRoot,
boolean includeDefaultValues,
Context context)
|
Fact |
Item.createFact(InstanceElement parent,
Xbrl aRoot,
boolean includeDefaultValues,
Context context,
boolean includeFootnotes)
create a Fact and populate it except for its value for the purpose of populating an instance |
| Uses of Context in com.batavia.xbrl.taxonomy.dimension |
|---|
| Methods in com.batavia.xbrl.taxonomy.dimension with parameters of type Context | |
|---|---|
boolean |
Hypercube.validate(Context context,
Concept primairyItemConcept,
ValidationDocument msgs,
java.util.List segmentContent,
java.util.List scenarioContent)
|
boolean |
BaseSet.validateInstance(Context context,
Concept primairyItemConcept,
ValidationDocument msgs)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||