|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XMLHasParent | |
|---|---|
| com.ihr.xbrl.formula | Provides the classes to implement a plug in processor for XBRL information and execute XQuery formulas defined in XBRL Linkbases The content of this package is the processor and the required classes to compile and execute formulas written in the XQuery language from the W3C. |
| com.ihr.xbrl.mapper.instance | |
| com.ihr.xbrl.om | Provides the classes necessary to start processing XBRL information. |
| com.ihr.xbrl.om.assertions | |
| com.ihr.xbrl.om.exLinks | Provides the classes necessary to process, read and write XBRL Linkbases and XBRL Extended links. |
| com.ihr.xbrl.om.formula | Provides the classes necessary to implement a plug in XBRL processor for validation of docuents and taxonomies according to the XBRL formula specification 1.0 At this stage the package is just created. |
| com.ihr.xbrl.om.formula.errors | |
| com.ihr.xbrl.om.formula.filters | |
| 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. |
| Uses of XMLHasParent in com.ihr.xbrl.formula |
|---|
| Classes in com.ihr.xbrl.formula that implement XMLHasParent | |
|---|---|
class |
FlMessage
|
| Uses of XMLHasParent in com.ihr.xbrl.mapper.instance |
|---|
| Classes in com.ihr.xbrl.mapper.instance that implement XMLHasParent | |
|---|---|
class |
MapperContext2
This class represents a context in the mapper. |
class |
MapperContext3
This class represents a context in the mapper. |
class |
MapperContextBase
|
class |
MapperPeriod2
This class represents the content of a period that contains tokens in order to facilitate dynamic context content |
class |
MapperPeriod3
This class represents the content of a period that contains tokens in order to facilitate dynamic context content |
class |
MapperPeriodBase
|
| Uses of XMLHasParent in com.ihr.xbrl.om |
|---|
| Classes in com.ihr.xbrl.om that implement XMLHasParent | |
|---|---|
class |
XBRLAttribute
This is an XML Attribute used in relation with an XMLFragment |
class |
XBRLDocument
Contains the Properties of the object 2.2.2 XBRL Document Information Item The [Document URI] property is provided by the parent class XMLDocumentURI The [Document Information Item] property is provided by the root class XMLFragment The [Additional Properties] Properties are provided by classes derived by extension of this class |
class |
XBRLSimpleLink
This class represents a simple link XBRL simple links are: schemaRef, linkbaseRef, roleRef, arcroleRef As this class is abstract this object takes care just the details about XLink simple links as, for example, the attributes. |
class |
XMLDocumentURI
This class represents an XML Document that exist in a DTS. |
class |
XMLFragment
This is the bottom class of almost every object on this API that represents a node in an XML document. |
| Methods in com.ihr.xbrl.om that return XMLHasParent | |
|---|---|
XMLHasParent |
XMLHasParent.getParent()
|
XMLHasParent |
XMLFragment.getParent()
The parent XMLFragment node of this XMLFragment node. |
| Methods in com.ihr.xbrl.om with parameters of type XMLHasParent | |
|---|---|
void |
XMLHasParent.addXMLChild(XMLHasParent child)
|
void |
XMLFragment.addXMLChild(XMLHasParent newChild)
|
void |
XBRLAttribute.addXMLChild(XMLHasParent newChild)
|
void |
XMLHasParent.removeXMLChild(XMLHasParent child)
|
void |
XMLFragment.removeXMLChild(XMLHasParent child)
|
void |
XBRLAttribute.removeXMLChild(XMLHasParent child)
|
void |
XMLHasParent.setParent(XMLHasParent parent)
|
void |
XMLFragment.setParent(XMLHasParent parent)
Sets the parent of this node to the specific XMLFragment |
| Uses of XMLHasParent in com.ihr.xbrl.om.assertions |
|---|
| Classes in com.ihr.xbrl.om.assertions that implement XMLHasParent | |
|---|---|
class |
XBRLAssertion
|
class |
XBRLConsistencyAssertion
|
class |
XBRLExistenceAssertion
|
class |
XBRLValueAssertion
|
| Uses of XMLHasParent in com.ihr.xbrl.om.exLinks |
|---|
| Subinterfaces of XMLHasParent in com.ihr.xbrl.om.exLinks | |
|---|---|
interface |
XBRLAllowsDocumentation
Interface for elements that supports documentation elements Those are XBRLExtendedLink and XBRLLinkbase elements |
| Classes in com.ihr.xbrl.om.exLinks that implement XMLHasParent | |
|---|---|
class |
CalculationLinkbase
|
class |
DefinitionLinkbase
|
class |
FootnoteLinkbase
|
class |
FormulaLinkbase
|
class |
GenericLinkbase
|
class |
LabelLinkbase
|
class |
OtherLinkbase
The OtherLinkbase object fits in linkbases that are out of the scope of written specifications but are right because they agree with the In previous versions of the API the Generic Linkbase was created for Generic and Other linkbase types. |
class |
PresentationLinkbase
|
class |
ReferenceLinkbase
|
class |
VersionLinkbase
Deprecated. this is a very old class that is no longer used in the system. Versioning information is not going to be stored in a linkbase anymore |
class |
XBRLArc
|
class |
XBRLArcroleRef
|
class |
XBRLDocumentation
This class represents the 2.2.13 XBRL Documentation Information Item |
class |
XBRLExtendedLink
|
class |
XBRLLabelResource
Label resources are the object model representation of the link:label elements in label Linkbases |
class |
XBRLLinkbase
Provides the properties of the XBRL Linkbase information item The [Parent] property is the parent class XBRLDocument An XBRL Linkbase is just the container of documentation and extended links. |
class |
XBRLLinkbaseRef
Creates a linkbase ref element that will be serialized in a schema or instance document. |
class |
XBRLLocator
This is not part of the XBRL Infoset. |
class |
XBRLPointerOfARelationship
This is a XBRL Pointer Information Item Classes are: XBRLResource XBRLLocator |
class |
XBRLRelationship
|
class |
XBRLResource
This is the base type for XBRL resources. |
class |
XBRLRoleRef
|
class |
XLinkElement
Base class for elements that contains attributes according to the XLink Specification. |
| Methods in com.ihr.xbrl.om.exLinks that return XMLHasParent | |
|---|---|
XMLHasParent |
XBRLRoleRef.getParent()
|
XMLHasParent |
XBRLArcroleRef.getParent()
|
| Uses of XMLHasParent in com.ihr.xbrl.om.formula |
|---|
| Classes in com.ihr.xbrl.om.formula that implement XMLHasParent | |
|---|---|
class |
XBRLCustomFunction
|
class |
XBRLFormula
|
class |
XBRLFormulaResource
|
class |
XBRLVariableEqualityDefinition
|
class |
XBRLVariableFact
|
class |
XBRLVariableGeneral
|
class |
XBRLVariableParameter
|
class |
XBRLVariablePrecondition
|
class |
XBRLVariableResource
|
class |
XBRLVariableSetResource
|
| Uses of XMLHasParent in com.ihr.xbrl.om.formula.errors |
|---|
| Classes in com.ihr.xbrl.om.formula.errors that implement XMLHasParent | |
|---|---|
class |
XBRLResultMessage
|
| Uses of XMLHasParent in com.ihr.xbrl.om.formula.filters |
|---|
| Uses of XMLHasParent in com.ihr.xbrl.om.instance |
|---|
| Subinterfaces of XMLHasParent in com.ihr.xbrl.om.instance | |
|---|---|
interface |
XBRLFactsList
This interface provides methods for objects that contains a list of facts in document order and also possible accelerator functions to facts indexed by fact name |
| Classes in com.ihr.xbrl.om.instance that implement XMLHasParent | |
|---|---|
class |
XBRLContext
This class represents the content of an XBRL Context. |
class |
XBRLDimensionsContainer
|
class |
XBRLEntity
|
class |
XBRLFact
Abstract class to represent a fact item in an instance document or inside a tuple. |
class |
XBRLFactItem
This class represents the instantiation of an xbrli:item on an instance document |
class |
XBRLFactNonNumeric
This object represents a non numeric fact value in an instance document. |
class |
XBRLFactNumeric
|
class |
XBRLFactsListImpl
Implementation of the XBRLFactsList interface in a class that can hold a list of facts but is not a fact itself and does not have any representation in XML nodes. |
class |
XBRLFactTuple
|
class |
XBRLInstance
Class that encapsulates the content of an XBRL instance document Instance documents can be created via API calls or can be created from the content of an XML file |
class |
XBRLMeasure
|
class |
XBRLPeriod
A period information according to the content of the context container in the XBRL 2.1 specification. |
class |
XBRLScenario
|
class |
XBRLSegment
|
class |
XBRLUnit
|
| Methods in com.ihr.xbrl.om.instance with parameters of type XMLHasParent | |
|---|---|
void |
XBRLFactsListImpl.addXMLChild(XMLHasParent child)
|
void |
XBRLContext.addXMLChild(XMLHasParent newChild)
|
void |
XBRLFactsListImpl.removeXMLChild(XMLHasParent child)
|
void |
XBRLContext.removeXMLChild(XMLHasParent child)
|
void |
XBRLUnit.setParent(XMLHasParent instance)
Sets the parent of this unit to the instance document specified in the parameter |
void |
XBRLFactsListImpl.setParent(XMLHasParent parent)
|
void |
XBRLContext.setParent(XMLHasParent instance)
Sets the parent of this context to the instance document specified in the parameter |
| Uses of XMLHasParent in com.ihr.xbrl.om.taxonomy |
|---|
| Classes in com.ihr.xbrl.om.taxonomy that implement XMLHasParent | |
|---|---|
class |
XBRLArcroleType
This class represents an arcrole type definition in a DTS. |
class |
XBRLImport
|
class |
XBRLInclude
|
class |
XBRLItem
|
class |
XBRLRoleAndArcroleTypes
|
class |
XBRLRoleType
Provides the properties of an XBRL Role Type Information Item |
class |
XBRLTaxonomy
Provides the properties of an XBRL Taxonomy Information Item The [Parent] property is the parent class XBRLDocument |
class |
XBRLTuple
|
class |
XBRLUsedOn
A Used On Information Item |
class |
XMLElementDefinition
Common elements to both Tuples and Items |
| Methods in com.ihr.xbrl.om.taxonomy with parameters of type XMLHasParent | |
|---|---|
void |
XBRLTaxonomy.addXMLChild(XMLHasParent child)
|
void |
XBRLTaxonomy.removeXMLChild(XMLHasParent child)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||