public class GenerationContext
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.Map<java.lang.String,XMLFragment> |
aspects
The aspects.
|
java.util.Map<java.lang.String,XBRLAttribute> |
attributes
The attributes.
|
boolean |
bAllImpOk
Used in phase 2
|
CurrentFunctionImplementationInformation |
currentFunction |
int |
dimensionCount |
DPBase.GenerationContextDP |
dpContext |
DTSContainer |
dts
The dts.
|
java.util.Map<java.lang.String,XMLFragment> |
elements
The elements.
|
long |
excelLastModifiedTime |
java.net.URI |
excelURI
This is the Excel Source URI
|
XBRLExtendedLink |
exlb
The exlb.
|
XBRLNamespaceContext |
globalNamespaces
These are namespaces in the scope of a document.
|
java.util.Map<java.lang.String,javax.xml.namespace.QName> |
globalQNames
There are names assigned to QNames.
|
int |
hypercubeCount |
ExcelSheetPoint |
instructionPoint
The instruction point.
|
XBRLLinkbase |
lb
The lb.
|
int |
phase
Indicates the phase the taxonomy builder is running.
|
GeneralVariablesTable |
processedGeneralVariablesTable
The processed general variables table.
|
ParametersTable |
processedParametersTable
Those two only exists during the evaluation of a single FORMULALINK instruction.
|
java.util.Properties |
props
The props.
|
java.util.Stack<OnReturn> |
subroutineStack
Used to store the SheetPoint where processor must jump once ENDCALL instruction is found after a CALL instruction
|
java.util.Map<java.lang.String,FallbackValuesTable> |
tablesOfFallbackValues
This is where all fall back value tables are stored by name.
|
TaxonomyBuilder |
tb
The tb.
|
java.util.Set<java.net.URI> |
toCreate |
java.util.Set<java.net.URI> |
toLoad |
XBRLTaxonomy |
tx
The tx.
|
java.util.Map<java.lang.String,QNameOrExpression> |
unitMeasures
The unit measures.
|
int |
version
This is the version set in the VERSION instruction
|
org.apache.poi.ss.usermodel.Workbook |
wb
The wb.
|
Constructor and Description |
---|
GenerationContext() |
GenerationContext(GenerationContext other) |
Modifier and Type | Method and Description |
---|---|
void |
reset()
reset all data except the wb (workbook) and excelURI
|
public TaxonomyBuilder tb
public java.util.Properties props
public DTSContainer dts
public XBRLTaxonomy tx
public XBRLLinkbase lb
public XBRLExtendedLink exlb
public ExcelSheetPoint instructionPoint
public org.apache.poi.ss.usermodel.Workbook wb
public ParametersTable processedParametersTable
public GeneralVariablesTable processedGeneralVariablesTable
public int phase
public java.util.Map<java.lang.String,XMLFragment> aspects
public java.util.Map<java.lang.String,QNameOrExpression> unitMeasures
public java.util.Map<java.lang.String,XBRLAttribute> attributes
public java.util.Map<java.lang.String,XMLFragment> elements
public java.util.Map<java.lang.String,FallbackValuesTable> tablesOfFallbackValues
public java.net.URI excelURI
public XBRLNamespaceContext globalNamespaces
public java.util.Map<java.lang.String,javax.xml.namespace.QName> globalQNames
public java.util.Stack<OnReturn> subroutineStack
public int version
public boolean bAllImpOk
public java.util.Set<java.net.URI> toLoad
public java.util.Set<java.net.URI> toCreate
public int hypercubeCount
public int dimensionCount
public DPBase.GenerationContextDP dpContext
public long excelLastModifiedTime
public CurrentFunctionImplementationInformation currentFunction
public GenerationContext()
public GenerationContext(GenerationContext other)
Copyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa