public class TaxonomyBuilderUtils
extends java.lang.Object
| Constructor and Description |
|---|
TaxonomyBuilderUtils() |
| Modifier and Type | Method and Description |
|---|---|
static GenericLinkbase |
createGenericLinkbase(GenerationContext gc,
java.lang.String role)
Creates the generic linkbase.
|
static XBRLRoleType |
getRole(java.lang.String role,
GenerationContext gc)
Access to all roles defined in the DTS and returns one by role text.
|
static java.net.URI |
getURIatPoint(ExcelSheetPoint sp,
org.apache.poi.ss.usermodel.Workbook wb)
Obtains the URI at the cell indicated in parameter sp.
|
public static java.net.URI getURIatPoint(ExcelSheetPoint sp, org.apache.poi.ss.usermodel.Workbook wb) throws SheetPointAccessException
sp - the spwb - the wbSheetPointAccessException - the sheet point access exceptionpublic static GenericLinkbase createGenericLinkbase(GenerationContext gc, java.lang.String role)
gc - the gcrole - the rolepublic static XBRLRoleType getRole(java.lang.String role, GenerationContext gc)
role - the role URI as text stringgc - generation context