Package | Description |
---|---|
com.ihr.xbrl.tools.excel |
Provides helper classes to work with Excel documents.
|
com.rs.xbrl.instructions | |
com.rs.xbrl.instructions.core | |
com.rs.xbrl.instructions.formula | |
com.rs.xbrl.instructions.formula.hilevel |
Modifier and Type | Method and Description |
---|---|
ExcelSheetPoint |
ExcelSheetPoint.clone() |
ExcelSheetPoint |
ExcelSheetPoint.down()
Moves this SheetPoint to point to the cell that is below this cell.
|
ExcelSheetPoint |
ExcelSheetPoint.down(int n)
Moves this SheetPoint down n cells.
|
ExcelSheetPoint |
ExcelSheetPoint.getContentAsSheetPoint(org.apache.poi.ss.usermodel.Workbook wb)
Obtains an ExcelSheetPoint class instance with a reference to the workbook passed in as parameter.
|
ExcelSheetPoint |
ExcelSheetPoint.left()
Moves this SheetPoint to point to the cell that is on the left of this cell.
|
ExcelSheetPoint |
ExcelSheetPoint.left(int n)
Moves this SheetPoint to the left n cells.
|
static ExcelSheetPoint |
ExcelSheetPoint.make(java.lang.String sheetPointer,
org.apache.poi.ss.usermodel.Workbook wb) |
ExcelSheetPoint |
ExcelSheetPointFactory.makeSheetPoint(java.lang.String cellStr) |
ExcelSheetPoint |
ExcelSheetPointFactory.makeSheetPoint(java.lang.String name,
RSSheet sheet,
int row,
short col) |
ExcelSheetPoint |
ExcelSheetPointFactory.makeSheetPoint(java.lang.String roundingCell,
RSWorkbook wb) |
ExcelSheetPoint |
ExcelSheetPoint.right()
Moves this SheetPoint to point to the cell that is on the right of this cell.
|
ExcelSheetPoint |
ExcelSheetPoint.right(int n)
Moves this SheetPoint to the right n cells.
|
ExcelSheetPoint |
ExcelSheetPoint.up()
Moves this SheetPoint to point to the cell that is above this cell.
|
ExcelSheetPoint |
ExcelSheetPoint.up(int n)
Moves this SheetPoint up n cells.
|
Modifier and Type | Method and Description |
---|---|
org.apache.poi.ss.usermodel.RichTextString |
VariablesResolver.resolve(ExcelSheetPoint excelSheetPoint) |
void |
VariablesResolver.setVariable(java.lang.String varName,
ExcelSheetPoint clone,
org.apache.log4j.Logger logger) |
Modifier and Type | Field and Description |
---|---|
ExcelSheetPoint |
GenerationContext.instructionPoint
The instruction point.
|
Modifier and Type | Method and Description |
---|---|
ExcelSheetPoint |
OnReturn.getPoint() |
Modifier and Type | Method and Description |
---|---|
XMLFragment |
TaxonomyBuilder.getConceptAtPoint(DTSContainer dts,
ExcelSheetPoint conceptPrefixPoint)
Search the DTS for a concept definition using the prefix and local name.
|
java.lang.String |
TaxonomyBuilder.getContentAsStringFromTextOrRef(ExcelSheetPoint sp,
GenerationContext gc)
Returns the content of the cell in the sp parameter as text, if that cell content
is another cell reference, the reference is resolved to the final text and
returned.
|
javax.xml.namespace.QName |
TaxonomyBuilder.getQNameAtPoint(GenerationContext gc,
ExcelSheetPoint qnamePoint,
boolean bIsConcept)
Reads a concept reference as defined in the Taxonomy Builder documentation
The cell pointed to by the qnamePoint parameter is the concept prefix.
|
static XBRLXSDTypeDefinition |
TaxonomyBuilder.getTypeDefinitionAtPoint(GenerationContext gc,
ExcelSheetPoint typePoint)
Gets the type definition at point.
|
static java.net.URI |
TaxonomyBuilderUtils.getURIatPoint(ExcelSheetPoint sp,
org.apache.poi.ss.usermodel.Workbook wb)
Obtains the URI at the cell indicated in parameter sp.
|
XBRLAttribute[] |
TaxonomyBuilder.readAttributes(ExcelSheetPoint attSp,
GenerationContext gc,
boolean useContextTaxonomyNamespace,
java.lang.String[] validNoNamespaceAtts)
Obtain attributes for the new elements.
|
Constructor and Description |
---|
OnReturn(ExcelSheetPoint sp) |
OnReturn(ExcelSheetPoint sp,
java.util.concurrent.Callable<java.lang.Void> callBack) |
Modifier and Type | Method and Description |
---|---|
static XBRLResource |
GenLabel.generateGenericLabel(GenerationContext gc,
java.lang.String labelRole,
java.lang.String lang,
ExcelSheetPoint spLabelText,
java.lang.String token)
Creates a generic label resource and attach it to the cache indexed by the token key.
|
Modifier and Type | Method and Description |
---|---|
ExcelSheetPoint |
CurrentFunctionImplementationInformation.getCell() |
Modifier and Type | Method and Description |
---|---|
static QNameOrExpression |
QNameOrExpression.readQcE(ExcelSheetPoint sp,
GenerationContext gc)
Read from the excel sheet point indicated in sp parameter
either a QName or an XPath expression where
the QName could be a concept definition
|
static QNameOrExpression |
QNameOrExpression.readQcEV(ExcelSheetPoint sp,
GenerationContext gc)
Read from the excel sheet point indicated in sp parameter
either a QName, an XPath expression or a variable name where
the QName could be a concept definition
|
static QNameOrExpression |
QNameOrExpression.readQnE(ExcelSheetPoint sp,
GenerationContext gc)
Read from the excel sheet point indicated in sp parameter
either a QName or an XPath expression where
the QName might NOT be a concept definition
|
static QNameOrExpression |
QNameOrExpression.readQnEV(ExcelSheetPoint sp,
GenerationContext gc)
Read from the excel sheet point indicated in sp parameter
either a QName, an XPath expression or a variable name where
the QName might NOT be a concept definition
|
Constructor and Description |
---|
CurrentFunctionImplementationInformation(ExcelSheetPoint cell,
java.lang.String resourceId) |
FLQnameXpathTable(ExcelSheetPoint sp,
GenerationContext gc,
boolean bIsConcept,
boolean bAcceptsTable,
boolean bAcceptsMember,
boolean bAcceptsXPath)
Instantiates a new FL QName xpath table.
|
Modifier and Type | Method and Description |
---|---|
static ExpressionParserResult |
ExpressionParserResult.parse(java.lang.String expression,
GenerationContext gc,
ExcelSheetPoint conceptPrefixPoint,
ExcelSheetPoint numbersPoint)
Parses the incoming expression and creates an object model that can be used to create variables.
|
static ConceptParserResult |
ConceptParserResult.parseConcept(java.lang.String conceptReference,
GenerationContext gc,
ExcelSheetPoint conceptPrefixPoint,
ExcelSheetPoint numbersPoint)
Parses the concept.
|
Constructor and Description |
---|
GeneralVariableDefinition(javax.xml.namespace.QName qName,
ExcelSheetPoint selectColumn,
ExcelSheetPoint extraColumn,
GenerationContext gc)
Instantiates a new general variable definition.
|
GeneralVariablesTable(ExcelSheetPoint generalVariablesTable,
GenerationContext gc)
Instantiates a new general variables table.
|
ParametersTable(ExcelSheetPoint parametersTable,
GenerationContext gc)
Instantiates a new parameters table.
|
ParameterVariableDefinition(javax.xml.namespace.QName qName,
ExcelSheetPoint selectColumn,
ExcelSheetPoint extraColumn,
GenerationContext gc)
Instantiates a new parameter variable definition.
|
Copyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa