public class GenerationContext
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.util.HashMap<java.lang.String,XMLFragment> |
aspects
The aspects.
|
java.util.HashMap<java.lang.String,XBRLAttribute> |
attributes
The attributes.
|
DTSContainer |
dts
The dts.
|
java.util.HashMap<java.lang.String,XMLFragment> |
elements
The elements.
|
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.Hashtable<java.lang.String,javax.xml.namespace.QName> |
globalQNames
There are names assigned to QNames.
|
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<ExcelSheetPoint> |
subroutineStack
Used to store the SheetPoint where processor must jump once ENDCALL instruction is found after a CALL instruction
|
java.util.HashMap<java.lang.String,FallbackValuesTable> |
tablesOfFallbackValues
This is where all fall back value tables are stored by name.
|
TaxonomyBuilder |
tb
The tb.
|
XBRLTaxonomy |
tx
The tx.
|
java.util.HashMap<java.lang.String,FLQnameXpathTable> |
unitMeasures
The unit measures.
|
org.apache.poi.ss.usermodel.Workbook |
wb
The wb.
|
| Constructor and Description |
|---|
GenerationContext() |
GenerationContext(GenerationContext other) |
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.HashMap<java.lang.String,XMLFragment> aspects
public java.util.HashMap<java.lang.String,FLQnameXpathTable> unitMeasures
public java.util.HashMap<java.lang.String,XBRLAttribute> attributes
public java.util.HashMap<java.lang.String,XMLFragment> elements
public java.util.HashMap<java.lang.String,FallbackValuesTable> tablesOfFallbackValues
public java.net.URI excelURI
public XBRLNamespaceContext globalNamespaces
public java.util.Hashtable<java.lang.String,javax.xml.namespace.QName> globalQNames
public java.util.Stack<ExcelSheetPoint> subroutineStack
public GenerationContext()
public GenerationContext(GenerationContext other)