public interface ContextProvider
| Modifier and Type | Method and Description | 
|---|---|
| void | addContext(XBRLContext newContext)Adds a new context to this context provider. | 
| void | factChangedContext(XBRLFactItem fact,
                  XBRLContext oldContext,
                  XBRLContext newContext)Informs the Context provider that the fact has changed its context information. | 
| java.util.Iterator<XBRLContext> | getCompatibleContexts(XBRLFactItem fact)Returns an iterator over compatible contexts for this fact. | 
java.util.Iterator<XBRLContext> getCompatibleContexts(XBRLFactItem fact)
fact - the factvoid addContext(XBRLContext newContext)
newContext - XBRLContext to addvoid factChangedContext(XBRLFactItem fact, XBRLContext oldContext, XBRLContext newContext)
fact - the factoldContext - the old contextnewContext - the new contextCopyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa