Package | Description |
---|---|
com.ihr.xbrl.comparator |
Provides the classes necessary to compare two DTSs and obtain the differences
according to the XVS specification.
|
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.
|
com.ihr.xbrl.pojo |
Provides the classes necessary to access to the content of a DTS using POJO technology.
|
com.ihr.xbrl.util |
Provides utility classes with static methods that are used by other classes
This is a common container for utilities like resolving relative URIs from two absolute URIs
or formatting an XML document to a String...
|
com.rs.xbrl.instructions | |
com.rs.xbrl.instructions.dimensions |
Modifier and Type | Method and Description |
---|---|
XBRLAttribute |
Event.EventNode.getAttribute() |
XBRLAttribute |
Event.EventNodeXMLFragment.getAttribute() |
XBRLAttribute |
Event.EventNodeXBRLAttribute.getAttribute() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
XBRLFragmentWrapper.getAttributeIdentificationID(XBRLAttribute at) |
Constructor and Description |
---|
EventNodeXBRLAttribute(XBRLAttribute at) |
Modifier and Type | Method and Description |
---|---|
XBRLAttribute |
XBRLAttribute.clone()
Clone.
|
XBRLAttribute |
XMLFragment.getAttribute(javax.xml.namespace.QName attributeName)
Obtains an XBRLAttribute object that is defined in this XMLFragment or null if not found.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<XBRLAttribute> |
XMLFragment.getAllAttributes()
Access to all attributes defined in this XMLFragment
without any filter to remove attributes that belongs to
a parent class in the class hierarchy.
|
java.util.Iterator<XBRLAttribute> |
XMLFragment.getAttributes()
Access to attributes defined in this node.
|
Modifier and Type | Method and Description |
---|---|
boolean |
XMLFragment.addAttribute(XBRLAttribute attr)
Adds the attribute.
|
Modifier and Type | Method and Description |
---|---|
XBRLRelationship |
DTSContainer.getRelationship(java.lang.String extendedLink,
javax.xml.namespace.QName relationshipType,
java.lang.String arcrole,
java.util.List<XBRLAttribute> attributes,
XMLFragment source,
XMLFragment target)
Returns the relationship that matches the search criteria.
|
XMLFragment |
DTSContainer.getResource(java.lang.String resourceRole,
javax.xml.namespace.QName resourceType,
java.lang.String content,
java.util.List<XBRLAttribute> attributes,
net.sf.saxon.om.AbstractItem value,
java.util.List<java.lang.String> xpathChildren)
Search for a resource in the DTS with the given id.
|
void |
XMLFragment.setAttributes(java.util.Set<XBRLAttribute> attributeSet)
Adds or replaces the attributes of this object with attributes
in the set received as a parameter to this method.
|
Constructor and Description |
---|
XBRLAttribute(XBRLAttribute other)
Creates a new XBRLAttribute that is a clone of this attribute.
|
Constructor and Description |
---|
XBRLValidationExceptionTupleContainsNonValidAttributes(XBRLFactTuple factTuple,
XBRLAttribute at)
Instantiates a new XBRL validation exception tuple contains non valid attributes.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<XBRLAttribute> |
XBRLExtendedLink.getAttributes()
Access to the [Attributes] property.
|
java.util.Iterator<XBRLAttribute> |
XBRLGlueInterface.getAttributes()
Gets the attributes.
|
java.util.Iterator<XBRLAttribute> |
XLinkElement.getAttributes()
Gets the attributes.
|
java.util.Iterator<XBRLAttribute> |
XBRLArc.getAttributes()
Access to the [Attributes] property.
|
java.util.Iterator<XBRLAttribute> |
XBRLResource.getAttributes()
Access to the [Attributes] property.
|
java.util.Iterator<XBRLAttribute> |
XBRLRelationship.getAttributes()
Access to the [Attributes] property.
|
Modifier and Type | Method and Description |
---|---|
static XBRLRelationship |
XBRLRelationship.make(XBRLExtendedLink parent,
javax.xml.namespace.QName type,
XMLFragment from,
XMLFragment to,
XBRLArcroleType arcroleType,
XBRLAttribute[] attributes,
boolean bValidate)
Make.
|
Constructor and Description |
---|
XBRLRelationship(XBRLExtendedLink parent,
DTSContainer dts,
XBRLArcroleType arcroleType,
XMLFragment from,
XMLFragment to,
XMLFragment document,
XBRLAttribute[] attributes)
Creates a new relationship object from a XMLFragment in a file
parent linkbaseType - QName returned by the baseArc.getLinkbaseType()
|
XBRLRelationship(XBRLExtendedLink parent,
javax.xml.namespace.QName type,
XMLFragment from,
XMLFragment to,
XBRLArcroleType arcroleType,
XBRLAttribute[] attributes,
boolean bValidate)
Creates a new relationship object programmatically.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<XBRLAttribute> |
XBRLFactNumeric.getAttributes()
Removes the unitRef,decimals and precision attributes from the XBRLFactNumeric
Parent iterators already removes the id attribute and the contextRef attributes.
|
java.util.Iterator<XBRLAttribute> |
XBRLFactItem.getAttributes()
Removes the contextRef attribute from the FactItem
Parent iterators already removes the id attribute if any.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<XBRLAttribute> |
XMLElementDefinition.getAttributes()
Access to the [Attributes] property.
|
java.util.Iterator<XBRLAttribute> |
XBRLImport.getAttributes()
Gets the attributes.
|
Modifier and Type | Method and Description |
---|---|
XBRLAttribute |
XBRLRSGenerator.generate(XMLAttribute attribute)
Generate.
|
Modifier and Type | Method and Description |
---|---|
XMLAttribute |
XBRLPojoGenerator.generate(XBRLAttribute dtsAtt)
Generate.
|
Modifier and Type | Method and Description |
---|---|
XBRLAttribute |
AttributeFilter.next()
Next.
|
Modifier and Type | Method and Description |
---|---|
abstract boolean |
AttributeFilter.shouldBeSkiped(XBRLAttribute at)
Returns true if the attribute indicated in the parameter should not
be returned by this Iterator .
|
Constructor and Description |
---|
AttributeFilter(java.util.Iterator<XBRLAttribute> notFilteredIter,
javax.xml.namespace.QName[] exceptions)
Creates a new instance of an AttributeFilter.
|
Modifier and Type | Field and Description |
---|---|
java.util.Map<java.lang.String,XBRLAttribute> |
GenerationContext.attributes
The attributes.
|
Modifier and Type | Method and Description |
---|---|
XBRLAttribute[] |
TaxonomyBuilder.readAttributes(ExcelSheetPoint attSp,
GenerationContext gc,
boolean useContextTaxonomyNamespace,
java.lang.String[] validNoNamespaceAtts)
Obtain attributes for the new elements.
|
Modifier and Type | Method and Description |
---|---|
XBRLAttribute[] |
DPBase.checkTargetroleAttribute(GenerationContext gc,
XBRLRoleType rt,
XBRLArcroleType art,
XBRLAttribute[] atIn,
XMLFragment target)
Check targetrole attribute.
|
Modifier and Type | Method and Description |
---|---|
XBRLAttribute[] |
DPBase.checkTargetroleAttribute(GenerationContext gc,
XBRLRoleType rt,
XBRLArcroleType art,
XBRLAttribute[] atIn,
XMLFragment target)
Check targetrole attribute.
|
Copyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa