| Package | Description |
|---|---|
| com.ihr.xbrl.adins.efm.errors |
Provides classes for the specific error messages for the the implementation of the Edgar Filer Manual validation add-in
This package is part of the implementation of the Edgar Filer Manual
|
| com.ihr.xbrl.om |
Provides the classes necessary to start processing XBRL information.
|
| com.ihr.xbrl.om.errors |
Provides the classes necessary to produce and process XBRL related errors
There are two error categories.
|
| com.ihr.xbrl.om.exLinks |
Provides the classes necessary to process, read and write XBRL Linkbases and XBRL Extended links.
|
| com.ihr.xbrl.om.instance |
Provides the classes necessary to process, read and write the content of XBRL Instance documents.
|
| com.ihr.xbrl.om.taxonomy |
Provides the classes necessary to process, write and read XBRL Taxonomy schemas and content
of the XBRL Taxonomy Schemas that requires XBRL processing.
|
| Constructor and Description |
|---|
EFMInvalidHrefOnLoc(XBRLLocator loc)
Instantiates a new EFM invalid href on loc.
|
EFMInvalidRoleOnLoc(XBRLLocator loc)
Instantiates a new EFM invalid role on loc.
|
| Modifier and Type | Method and Description |
|---|---|
XBRLLocator |
XMLDocumentURI.generateLocatorToDocument(boolean relativize,
java.net.URI base)
Creates an XBRLLocator pointing to this document URI.
|
| Constructor and Description |
|---|
XBRLValidationExceptionArcSourceErrorUnreachableLocatorReference(XBRLArc arc,
XBRLLocator loc)
Instantiates a new XBRL validation exception arc source error unreachable locator reference.
|
XBRLValidationExceptionArcTargetErrorUnreachableLocatorReference(XBRLArc arc,
XBRLLocator loc)
Instantiates a new XBRL validation exception arc target error unreachable locator reference.
|
XBRLValidationExceptionInvalidEmptyHRef(XBRLLocator locator,
java.lang.String message)
Instantiates a new XBRL validation exception invalid empty h ref.
|
XBRLValidationExceptionRoleRefTargetIsNotSchema(XBRLLocator locator,
java.lang.String roleURI,
java.lang.String href)
Instantiates a new XBRL validation exception role ref target is not schema.
|
XBRLValidationExceptionXLINKErrorUnresolvableURI(XBRLLocator locator)
Instantiates a new XBRL validation exception xlink error unresolvable uri.
|
| Modifier and Type | Method and Description |
|---|---|
XBRLLocator |
XBRLResource.generateLocatorToNode(boolean relativize,
java.net.URI base)
Generate locator to node.
|
| Modifier and Type | Method and Description |
|---|---|
GeneralIterable<XBRLLocator> |
XBRLExtendedLink.getLocators()
Access to all locators in an extended link.
|
| Modifier and Type | Method and Description |
|---|---|
XBRLLocator |
XBRLFact.generateLocatorToNode(boolean relativize,
java.net.URI base)
Generates a locator element pointing to the instantiated fact on the instance
This is used during serialization of the instance document.
|
| Modifier and Type | Method and Description |
|---|---|
XBRLLocator |
XMLElementDefinition.generateLocatorToNode(boolean relativize,
java.net.URI base)
Generate locator to node.
|
XBRLLocator |
XBRLRoleAndArcroleTypes.generateLocatorToNode(boolean relativize,
java.net.URI base)
Generates an XBRLLocator object pointing to this node.
|