|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XBRLFacetFilter | |
|---|---|
| com.ihr.xbrl.dataloader | Provides the classes necessary to load data from an instance document to any possible data target. |
| com.ihr.xbrl.filters | Provides the classes necessary to filter the content of instance documents Filtering of facts in an instance document may be used for formula processing or for data loading by a driver. |
| Uses of XBRLFacetFilter in com.ihr.xbrl.dataloader |
|---|
| Methods in com.ihr.xbrl.dataloader that return XBRLFacetFilter | |
|---|---|
XBRLFacetFilter |
Loader.getEventForKey(java.lang.String key)
Returns the filter associated to this key |
| Methods in com.ihr.xbrl.dataloader that return types with arguments of type XBRLFacetFilter | |
|---|---|
java.util.Collection<XBRLFacetFilter> |
Loader.getEventsForConcept(javax.xml.namespace.QName conceptQName)
Return a Collection of XBRLFacetFilter in which this concept's QName is involved or null if there is none |
| Methods in com.ihr.xbrl.dataloader with parameters of type XBRLFacetFilter | |
|---|---|
java.lang.String |
Loader.addFilter(XBRLFacetFilter filter,
java.lang.String identifier,
java.lang.String driverRef)
Programatically add a new filter to this loader |
java.lang.String |
Loader.getDriverKeyForFilter(XBRLFacetFilter filter)
Returns the key for a specified filter |
| Uses of XBRLFacetFilter in com.ihr.xbrl.filters |
|---|
| Classes in com.ihr.xbrl.filters that implement XBRLFacetFilter | |
|---|---|
class |
XBRLAndFilter
|
class |
XBRLConceptNameFilter
|
class |
XBRLContextFilter
This is a filter matches if the fact belongs to a specific context or a c_equal context |
class |
XBRLExplicitDimensionFilter
Abstract class representing a filter over a velue for an explicit dimension member This class is extended by the two possible containers. |
class |
XBRLExplicitDimensionScenarioFilter
|
class |
XBRLExplicitDimensionSegmentFilter
|
class |
XBRLFalseFilter
Nothing matches. |
class |
XBRLOrFilter
|
class |
XBRLTimeFilter
This is a filter over the time dimension in the context it matches if the context is inside the limits stablished by the two dates For periods. |
class |
XBRLTrueFilter
This filter always returns true |
| Methods in com.ihr.xbrl.filters that return XBRLFacetFilter | |
|---|---|
static XBRLFacetFilter |
XBRLFilterCompiler.compileFilter(net.sf.saxon.s9api.XdmNode filterNode,
net.sf.saxon.s9api.XPathCompiler xp)
Converts the filterNode into the apropriate XBRLFacetFilter |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||