|
||||||||||
| 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.XLinkElement
com.ihr.xbrl.om.exLinks.XBRLPointerOfARelationship
com.ihr.xbrl.om.exLinks.XBRLLocator
public class XBRLLocator
This is not part of the XBRL Infoset. Locators are auxiliary objects.
| Field Summary |
|---|
| Fields inherited from class com.ihr.xbrl.om.exLinks.XLinkElement |
|---|
actuate, ACTUATE, ARC, arcrole, ARCROLE, ETITLE, EXTENDED, from, FROM, href, HREF, label, LABEL, LOCATOR, RESOURCE, role, ROLE, show, SHOW, SIMPLE, title, TITLE, to, TO, type, TYPE |
| 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 | |
|---|---|
XBRLLocator(DTSContainer dts,
net.sf.saxon.s9api.XdmNode node)
|
|
XBRLLocator(XBRLArc arc,
net.sf.saxon.s9api.XdmNode node)
|
|
XBRLLocator(XMLFragment reference)
|
|
| Method Summary | |
|---|---|
XBRLArc |
getArc()
Access to the [parent] property |
XMLDocumentURI |
getHRefDocument()
Obtains the document this locator is pointing to. |
XBRLExtendedLink |
getParent()
The parent XMLFragment node of this XMLFragment node. |
XMLFragment |
getReference()
Access to the [Reference] property. |
boolean |
isStandardLoc()
Returns true if the surrounding node is a link:loc returns false if this object is in the substitution group of link:loc but not a link:loc |
| Methods inherited from class com.ihr.xbrl.om.exLinks.XLinkElement |
|---|
generateNode, getActuate, getArcrole, getFromTxt, getHRef, getLabel, getRole, getShow, getStaticLabel, getSType, getTitle, getToTxt, isRequiredAttribute, isValidAttribute, setActuate, setArcrole, setFrom, setHRef, setLabel, setRole, setShow, setSType, setTitle, setTo |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public XBRLLocator(DTSContainer dts,
net.sf.saxon.s9api.XdmNode node)
public XBRLLocator(XBRLArc arc,
net.sf.saxon.s9api.XdmNode node)
public XBRLLocator(XMLFragment reference)
| Method Detail |
|---|
public XBRLArc getArc()
public XBRLExtendedLink getParent()
XMLFragmentFor XBRLAttribute nodes, the parent is the element node.
For Document nodes the returned value is null
For Embedded document nodes, the returned value is the parent element node.
getParent in interface XMLHasParentgetParent in class XMLFragment
public XMLFragment getReference()
throws XBRLValidationException
XBRLValidationException
public XMLDocumentURI getHRefDocument()
throws XBRLValidationException
XBRLValidationExceptionpublic boolean isStandardLoc()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||