public interface XBRLFacetFilter
| Modifier and Type | Method and Description |
|---|---|
org.jdom.Element |
createFilterNode()
Returns a node representing the serialization of this filter so it can be
created later from the node.
|
java.lang.String |
getId()
Gets the id.
|
boolean |
matches(XBRLFact fact,
XBRLFilterContext context)
Return a boolean value indicating if the fact passes the filter.
|
void |
setId(java.lang.String id)
Sets the id.
|
boolean matches(XBRLFact fact, XBRLFilterContext context)
fact - XBRLFact to testcontext - the contextorg.jdom.Element createFilterNode()
throws LoaderException
LoaderException - the loader exceptionjava.lang.String getId()
void setId(java.lang.String id)
id - the new id