Uses of Class
com.ihr.xbrl.pojo.XMLFragment

Packages that use XMLFragment
com.ihr.xbrl.pojo Provides the classes necessary to access to the content of a DTS using POJO technology. 
 

Uses of XMLFragment in com.ihr.xbrl.pojo
 

Subclasses of XMLFragment in com.ihr.xbrl.pojo
 class XBRLConcept
           
 class XBRLDocument
           
 class XBRLDocumentation
           
 class XBRLExtendedLink
           
 class XBRLFact
           
 class XBRLFactDouble
           
 class XBRLFactFraction
           
 class XBRLFactItem
           
 class XBRLFactNumeric
           
 class XBRLFactNumericNill
          This object exist only in SQL-Server
 class XBRLFactString
           
 class XBRLFactTuple
           
 class XBRLImport
           
 class XBRLInstance
           
 class XBRLItem
           
 class XBRLLinkbase
          Represents a XBRLLinkbase object.
 class XBRLRelationship
           
 class XBRLResource
           
 class XBRLTaxonomy
           
 class XBRLTuple
           
 

Methods in com.ihr.xbrl.pojo that return XMLFragment
 XMLFragment XBRLPojoGenerator.generate(XMLFragment node)
           
 XMLFragment XBRLRelationship.getFrom()
           
 XMLFragment XBRLRelationship.getTo()
           
 XMLFragment XBRLFactTypedProperty.getTypedDimensionValue()
           
 XMLFragment XBRLFactProperty.getValue()
           
 

Methods in com.ihr.xbrl.pojo that return types with arguments of type XMLFragment
 java.util.Collection<XMLFragment> XMLFragment.getChildren()
           
 java.util.Collection<XMLFragment> XBRLSegment.getContent()
           
 java.util.Collection<XMLFragment> XBRLScenario.getContent()
           
 

Methods in com.ihr.xbrl.pojo with parameters of type XMLFragment
 boolean XMLFragment.addChildren(XMLFragment child)
           
 boolean XBRLSegment.addChildren(XMLFragment child)
           
 boolean XBRLScenario.addChildren(XMLFragment child)
           
 XMLFragment XBRLRSGenerator.generate(XMLFragment fragment)
           
 XBRLFactProperty XBRLDBAccessor.queryFactProperty(XBRLFactItem fact, int container, XMLFragment property)
          Search on the database for a property in the XBRLFactProperty table that matches the selection criteria according with the primary key that is created using the fact ID, the container and the property node ID.
 boolean XMLFragment.removeChildren(XMLFragment child)
           
 boolean XBRLSegment.removeChildren(XMLFragment child)
           
 boolean XBRLScenario.removeChildren(XMLFragment child)
           
 void XBRLRelationship.setFrom(XMLFragment from)
           
 void XBRLRelationship.setTo(XMLFragment to)
           
 void XBRLFactTypedProperty.setTypedDimensionValue(XMLFragment typedDimensionValue)
           
 void XBRLFactProperty.setValue(XMLFragment value)
           
 



Copyright 2006-2009 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa