public interface XMLHasParent
| Modifier and Type | Method and Description |
|---|---|
void |
addXMLChild(XMLHasParent child)
Adds the xml child.
|
java.net.URI |
getBase()
Gets the base.
|
XMLHasParent |
getParent()
Gets the parent.
|
void |
removeXMLChild(XMLHasParent child)
Removes the xml child.
|
void |
setParent(XMLHasParent parent)
Sets the parent.
|
XMLHasParent getParent()
void setParent(XMLHasParent parent) throws XBRLInconsistentDTSException
parent - the new parentXBRLInconsistentDTSException - the XBRL inconsistent dts exceptionvoid addXMLChild(XMLHasParent child) throws XBRLInconsistentDTSException
child - the childXBRLInconsistentDTSException - the XBRL inconsistent dts exceptionvoid removeXMLChild(XMLHasParent child)
child - the childjava.net.URI getBase()