public class XBRLExplicitDimensionDefaultFilter extends XBRLExplicitDimensionFilter
| Constructor and Description |
|---|
XBRLExplicitDimensionDefaultFilter(java.lang.String id,
javax.xml.namespace.QName dimension,
javax.xml.namespace.QName _default) |
| Modifier and Type | Method and Description |
|---|---|
static XBRLFacetFilter |
compileFilter(net.sf.saxon.s9api.XdmNode filterNode,
net.sf.saxon.s9api.XPathCompiler xp)
Compile filter.
|
org.jdom.Element |
createFilterNode()
Returns a node representing the serialization of this filter so it can be
created later from the node.
|
getId, matches, setIdpublic XBRLExplicitDimensionDefaultFilter(java.lang.String id,
javax.xml.namespace.QName dimension,
javax.xml.namespace.QName _default)
id - dimension - _default - public org.jdom.Element createFilterNode()
throws LoaderException
XBRLFacetFilterLoaderException - the loader exceptionpublic static XBRLFacetFilter compileFilter(net.sf.saxon.s9api.XdmNode filterNode, net.sf.saxon.s9api.XPathCompiler xp) throws LoaderException
filterNode - the filter nodexp - the xpLoaderException - the loader exception