Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.util.List<java.lang.String>> |
getArcEndIndicesByLabel() |
<E extends ArcEnd> |
getArcEndsWithLabel(java.lang.String label)
Get the list of Arc Ends (locators or resources) with a specified label in
the extended link.
|
java.util.List<Arc> |
getArcs()
Get the list of arcs contained by the extended link.
|
java.util.List<Arc> |
getArcsWithArcrole(java.lang.String arcrole) |
java.util.List<Arc> |
getArcsWithFromLabel(java.lang.String from) |
java.util.List<Arc> |
getArcsWithFromLabelAndArcrole(java.lang.String from,
java.lang.String arcrole) |
java.util.List<Arc> |
getArcsWithToLabel(java.lang.String to) |
java.util.List<Arc> |
getArcsWithToLabelAndArcrole(java.lang.String to,
java.lang.String arcrole) |
java.util.List<XlinkDocumentation> |
getDocumentations()
Get the list of documentation fragments contained by the extended link.
|
java.util.List<Locator> |
getLocators()
Get the list of locators contained by the extended link.
|
java.util.List<Locator> |
getLocatorsWithHref(java.lang.String href)
Get the list of locators in the extended link with a specified absolute HREF.
|
java.util.List<Locator> |
getLocatorsWithLabel(java.lang.String label)
Get the list of locators with a specified label in the extended link.
|
java.util.Map<java.lang.String,java.lang.String> |
getLocatorTargetIndices() |
java.util.List<Resource> |
getResources()
Get the list of resources contained by the extended link.
|
java.util.List<Resource> |
getResourcesWithLabel(java.lang.String label)
Get the list of resources with the specified label.
|
getLinkRole
getAttribute, getAttribute, getTitleAttribute, getTitleElement, getTitleElements, getXlinkType
appendElementSchemeXPointer, appendID, getAllChildren, getAllChildrenIndices, getAncestorOrSelf, getChild, getChildren, getChildren, getChildrenIndices, getDataRootElement, getElementSchemeXPointerExpression, getIDXPointerExpression, getLabels, getLabels, getLabels, getLabelsWithLanguage, getLabelsWithLanguageAndResourceRole, getLabelsWithLanguageAndResourceRoleAndLinkRole, getLabelsWithResourceRole, getLanguage, getLanguage, getLanguageName, getLanguageName, getLocalname, getLocalnameFromQName, getNamespace, getNamespaceFromQName, getParent, getParentElement, getParentIndex, getPrefixFromQName, getReferences, getReferencesWithLanguage, getReferencesWithLanguageAndResourceRoleAndLinkRole, getReferencesWithLanguageAndRole, getReferencesWithResourceRole, getReferencingLocators, getSequenceToParentElement, getSequenceToParentElementAsString, getSimpleLinks, getURI, getXPath, getXPointerExpression, isAncestorOf, isChild, isNewFragment, isRoot, setParentIndex, setSequenceToParentElement, setURI
appendMetadataElement, equals, getBuilder, getDocumentNode, getIndex, getMetaAttribute, getMetadataRootElement, getStore, getType, hashCode, hasMetaAttribute, isa, isa, removeMetaAttribute, removeMetadataElement, serialize, serialize, serialize, setBuilder, setIndex, setMetaAttribute, setResource, setStore, updateInStore
java.util.List<Locator> getLocators() throws XBRLException
XBRLException
<E extends ArcEnd> java.util.List<E> getArcEndsWithLabel(java.lang.String label) throws XBRLException
label
- The string value of the xlink:label attribute on the arc ends.XBRLException
java.util.List<Locator> getLocatorsWithLabel(java.lang.String label) throws XBRLException
label
- The string value of the xlink:label attribute on the locator.XBRLException
java.util.List<Locator> getLocatorsWithHref(java.lang.String href) throws XBRLException
href
- The resolved value of the xlink:href attribute on the locator.XBRLException
java.util.List<Arc> getArcs() throws XBRLException
XBRLException
java.util.List<Arc> getArcsWithArcrole(java.lang.String arcrole) throws XBRLException
arcrole
- The arcrole of the required arcs.
Get the list of arcs with the given arcrole that are
contained by the extended link.XBRLException
java.util.List<Arc> getArcsWithFromLabel(java.lang.String from) throws XBRLException
from
- The required value of the xlink:from attribute of the arcs.XBRLException
java.util.List<Arc> getArcsWithFromLabelAndArcrole(java.lang.String from, java.lang.String arcrole) throws XBRLException
from
- The required value of the xlink:from attribute of the arcs.arcrole
- The arcrole value for the arcs being sought.XBRLException
java.util.List<Arc> getArcsWithToLabel(java.lang.String to) throws XBRLException
to
- The required value of the xlink:to attribute of the arcs.XBRLException
java.util.List<Arc> getArcsWithToLabelAndArcrole(java.lang.String to, java.lang.String arcrole) throws XBRLException
to
- The required value of the xlink:to attribute of the arcs.arcrole
- The arcrole value for the arcs being sought.XBRLException
java.util.List<Resource> getResources() throws XBRLException
XBRLException
java.util.List<Resource> getResourcesWithLabel(java.lang.String label) throws XBRLException
label
- The value of the label used to select resources in the extended link.XBRLException
java.util.List<XlinkDocumentation> getDocumentations() throws XBRLException
XBRLException
java.util.Map<java.lang.String,java.util.List<java.lang.String>> getArcEndIndicesByLabel() throws XBRLException
XBRLException
java.util.Map<java.lang.String,java.lang.String> getLocatorTargetIndices() throws XBRLException
XBRLException