|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ihr.xbrl.om.XMLFragment
com.ihr.xbrl.om.exLinks.XBRLDocumentation
public class XBRLDocumentation
This class represents the 2.2.13 XBRL Documentation Information Item
| Field Summary |
|---|
| Fields inherited from class com.ihr.xbrl.om.XMLFragment |
|---|
CONCEPT_LABEL, CONCEPT_QNAME, EMPTYRELATIONSHIPSITERATORINSTANCE, EMPTYXMLFRAGMENTITERATORINSTANCE, FACT_CONCEPT_DATATYPE, FACT_CONCEPT_LABEL, FACT_QNAME, idQName, NO_POSITION, OrderComparator, PERIOD_TYPE, PERIOD_VALUE, SHORT_TEXT, SOURCE_DOCUMENT, XPATH, XPOINTER |
| Constructor Summary | |
|---|---|
XBRLDocumentation(DTSContainer dts,
net.sf.saxon.s9api.XdmNode node)
The [Attributes] property |
|
XBRLDocumentation(XBRLAllowsDocumentation parent)
Programatically creates a documentation object |
|
XBRLDocumentation(XBRLAllowsDocumentation parent,
net.sf.saxon.s9api.XdmNode node)
|
|
| Method Summary | |
|---|---|
org.jdom.Element |
generateNode(boolean relativize,
java.net.URI base)
Serializes to a jdom Element the representation of the properties of this Information Item This method should be called from classes derived from this class |
java.util.Iterator<XBRLAttribute> |
getAttributes()
Access to attributes defined in this node. |
XBRLAllowsDocumentation |
getParent()
Access to the [Parent] property |
java.lang.String |
getText()
Gets the [Documentation text] Information Item |
void |
setParent(XBRLAllowsDocumentation parent)
|
void |
setText(java.lang.String text)
Sets the [Documentation text] Information Item |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public XBRLDocumentation(DTSContainer dts,
net.sf.saxon.s9api.XdmNode node)
public XBRLDocumentation(XBRLAllowsDocumentation parent,
net.sf.saxon.s9api.XdmNode node)
public XBRLDocumentation(XBRLAllowsDocumentation parent)
parent - | Method Detail |
|---|
public XBRLAllowsDocumentation getParent()
getParent in interface XMLHasParentgetParent in class XMLFragmentpublic void setParent(XBRLAllowsDocumentation parent)
public java.lang.String getText()
public void setText(java.lang.String text)
text - public java.util.Iterator<XBRLAttribute> getAttributes()
XMLFragmentThe id attribute is skiped as there is a specific method to access to it and set a value.
getAttributes in class XMLFragment
public org.jdom.Element generateNode(boolean relativize,
java.net.URI base)
throws XBRLSerializationException
XMLFragment
generateNode in class XMLFragmentrelativize - boolean indicating if URIs should be relativized to the base URI (see next argument)base - the URI to which some attributes of this object should be relativided
XBRLSerializationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||