Uses of Class
com.ihr.xbrl.tools.excel.SheetPoint

Packages that use SheetPoint
com.ihr.xbrl.mapper.source Provides implementations of drivers to obtain data from multiple sources in order to create an XBRL Instance Some of the drivers collects data from a web form or from an excel file. 
com.ihr.xbrl.tools.excel Provides helper classes to work with Excel documents. 
com.rs.xbrl   
com.rs.xbrl.instructions   
com.rs.xbrl.instructions.formula   
 

Uses of SheetPoint in com.ihr.xbrl.mapper.source
 

Methods in com.ihr.xbrl.mapper.source that return SheetPoint
 SheetPoint ExcelDataSource.getMapSheetPoint(int index)
           
 

Methods in com.ihr.xbrl.mapper.source with parameters of type SheetPoint
 void ExcelDataSource.moveRegion(Region region, SheetPoint destination)
          Moves all SheetPoints in the Region region to be mapped according to the new SheetPoint indicated in destination.
 

Uses of SheetPoint in com.ihr.xbrl.tools.excel
 

Methods in com.ihr.xbrl.tools.excel that return SheetPoint
 SheetPoint SheetPoint.clone()
           
 SheetPoint SheetPoint.down()
          Moves this SheetPoint to point to the cell that is below this cell
 SheetPoint SheetPoint.down(int n)
          Moves this SheetPoint down n cells
 SheetPoint Region.getBottomRight()
           
 SheetPoint SheetPointException.getSheetPoint()
           
 SheetPoint Region.getTopLeft()
           
 SheetPoint SheetPoint.left()
          Moves this SheetPoint to point to the cell that is on the left of this cell
 SheetPoint SheetPoint.left(int n)
          Moves this SheetPoint to the left n cells
 SheetPoint SheetPoint.right()
          Moves this SheetPoint to point to the cell that is on the right of this cell
 SheetPoint SheetPoint.right(int n)
          Moves this SheetPoint to the right n cells
 SheetPoint SheetPoint.up()
          Moves this SheetPoint to point to the cell that is above this cell
 SheetPoint SheetPoint.up(int n)
          Moves this SheetPoint up n cells
 

Methods in com.ihr.xbrl.tools.excel with parameters of type SheetPoint
 boolean Region.contains(SheetPoint point)
           
 

Constructors in com.ihr.xbrl.tools.excel with parameters of type SheetPoint
InvalidRegionException(SheetPoint corner1, SheetPoint corner2)
           
InvalidSheetPointException(java.lang.String string, SheetPoint sp)
           
Region(SheetPoint corner1, SheetPoint corner2)
          Creates a new region instance by specifying two corners of the region.
SheetPointAccessException(java.lang.String message, SheetPoint sp)
           
SheetPointAccessException(java.lang.String message, SheetPoint sp, java.lang.Throwable cause)
           
SheetPointException(java.lang.String message, SheetPoint sp)
           
SheetPointException(java.lang.String message, SheetPoint sp, java.lang.Throwable cause)
           
 

Uses of SheetPoint in com.rs.xbrl
 

Fields in com.rs.xbrl declared as SheetPoint
 SheetPoint GenerationContext.instructionPoint
           
 

Methods in com.rs.xbrl with parameters of type SheetPoint
 javax.xml.namespace.QName TaxonomyBuilder.getQNameAtPoint(DTSContainer dts, SheetPoint 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, SheetPoint typePoint)
           
static java.net.URI TaxonomyBuilderUtils.getURIatPoint(SheetPoint sp, org.apache.poi.ss.usermodel.Workbook wb)
          Obtains the URI at the cell indicated in parameter sp.
 

Uses of SheetPoint in com.rs.xbrl.instructions
 

Constructors in com.rs.xbrl.instructions with parameters of type SheetPoint
FLQnameXpathTable(SheetPoint sp, GenerationContext gc, boolean bIsConcept, boolean bAcceptsTable, boolean bAcceptsMember)
           
 

Uses of SheetPoint in com.rs.xbrl.instructions.formula
 

Methods in com.rs.xbrl.instructions.formula with parameters of type SheetPoint
static ExpressionParserResult ExpressionParserResult.parse(java.lang.String expression, GenerationContext gc, SheetPoint conceptPrefixPoint, SheetPoint 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, SheetPoint conceptPrefixPoint, SheetPoint numbersPoint)
           
 

Constructors in com.rs.xbrl.instructions.formula with parameters of type SheetPoint
GeneralVariableDefinition(javax.xml.namespace.QName qName, SheetPoint selectColumn, SheetPoint extraColumn, GenerationContext gc)
           
GeneralVariablesTable(SheetPoint generalVariablesTable, GenerationContext gc)
           
ParametersTable(SheetPoint parametersTable, GenerationContext gc)
           
ParameterVariableDefinition(javax.xml.namespace.QName qName, SheetPoint selectColumn, SheetPoint extraColumn, GenerationContext gc)