public interface XBRLAllowsDocumentation extends XMLHasParent
| Modifier and Type | Method and Description |
|---|---|
void |
addDocumentation(XBRLDocumentation doc)
Adds a new XBRLDocumentation object to this object.
|
DTSContainer |
getContainer()
Objects implementing this interface MUST be in a dts.
|
void |
removeDocumentation(XBRLDocumentation doc)
Remove a XBRLDocumentation object to this object.
|
addXMLChild, getBase, getParent, removeXMLChild, setParentvoid addDocumentation(XBRLDocumentation doc)
doc - the docvoid removeDocumentation(XBRLDocumentation doc)
doc - the docDTSContainer getContainer()