public class PresentationLinkbase extends XBRLExtendedLink implements java.io.Serializable
XBRLValidation.Direction| Modifier and Type | Field and Description |
|---|---|
static javax.xml.namespace.QName |
lbType
link:presentationLink.
|
static java.lang.String |
parent_child_arcrole_URI
http://www.xbrl.org/2003/arcrole/parent-child
|
static javax.xml.namespace.QName |
preferredLabel
This is the attribute name preferredLabel that may exist on presentation arcs.
|
static javax.xml.namespace.QName |
standard_arc
link:presentationArc.
|
static java.lang.String |
standard_role_ref
http://www.xbrl.org/2003/role/presentationLinkbaseRef
|
standard_role_URIactuate, ACTUATE, ARC, arcrole, ARCROLE, ETITLE, EXTENDED, from, FROM, href, HREF, label, LABEL, LOCATOR, RESOURCE, role, ROLE, show, SHOW, SIMPLE, title, TITLE, to, TO, type, TYPECONCEPT_LABEL, CONCEPT_QNAME, EASY_TO_READ, ELEMENT_LABEL, EMPTYRELATIONSHIPSITERATORINSTANCE, EMPTYXMLFRAGMENTITERATORINSTANCE, FACT_CONCEPT_DATATYPE, FACT_CONCEPT_LABEL, FACT_QNAME, HIDE_COMMON_ACCURACY, idQName, NO_POSITION, OrderComparator, OrderComparator2, PERIOD_TYPE, PERIOD_VALUE, SHORT_TEXT, SOURCE_DOCUMENT, XPATH, XPOINTER| Constructor and Description |
|---|
PresentationLinkbase(XBRLDocument parent,
DTSBase base)
Deprecated.
use
PresentationLinkbase(XBRLDocument, XBRLRoleType) instead |
PresentationLinkbase(XBRLDocument parent,
XBRLRoleType role)
Creates a new PresentationLinkbase extended link container.
|
PresentationLinkbase(XBRLDocument parent,
net.sf.saxon.s9api.XdmNode node)
Instantiates a new presentation linkbase.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getExtendedLinkTypeName()
Returns a localized constant string indicating the extended link type
|
java.util.Collection<java.lang.String> |
getStandardDefinedRolesOnResources()
Returns a collection of role URIs that the XBRL 2.1 standard defines to be used on resources
on this extended link
|
java.util.Collection<javax.xml.namespace.QName> |
getStandardResourceNodeNames()
Returns a collection of resource node names that are allowed to exist on this extended link.
|
javax.xml.namespace.QName |
getStaticLinkbaseType()
This function MUST be implemented by classes derived from this class.
|
boolean |
isStandardExtendedLink()
Returns true if the extended link belongs to the XBRL 2.1 specification.
|
addDocumentation, addRelationship, addResource, clear, clearCaches, createExtendedLink, createExtendedLink, createExtendedLink, discoverDTS, equals, generateNode, getArcroles, getArcroleType, getArcs, getAttributes, getDocumentation, getDTSBase, getDTSKey, getElements, getFriendlyName, getLinkbaseType, getLocators, getNumberOfResources, getParent, getRelationships, getResources, getRoleType, getValidationReport, hashCode, invalidate, invalidate, isOnValidation, removeDocumentation, removeRelationship, removeResource, setDTSBase, setParent, setRole, setRoleType, validate, wouldBeDuplicateArcgetActuate, getArcrole, getFromTxt, getHRef, getLabel, getRole, getShow, getStaticLabel, getSType, getTitle, getToTxt, isRequiredAttribute, isValidAttribute, setActuate, setArcrole, setFrom, setHRef, setLabel, setShow, setSType, setTitle, setToaddAttribute, addChild, addFromRelationship, addNamespace, addNamespace, addToRelationship, addXMLChild, changeBase, checkBase, clone, clone, delAttribute, delAttribute, equalXdmValues, evaluateBoolean, evaluateList, evaluateNode, evaluateNumber, evaluateString, generateId, generateNodeNamespacesAndAttributes, generateNodeValue, generatePrefix, getAllAttributes, getAttribute, getAttributeBooleanValue, getAttributeQNameValue, getAttributes, getAttributeStringValue, getAttributeValue, getBase, getBase, getBaseURI, getBooleanValue, getChild, getContainer, getContainerDocumentURI, getDeclaredNamespaces, getDocument, getElementsHashCode, getFragment, getFriendlyName, getFromRelationships, getFromRelationships, getFromRelationships, getFromRelationships, getFromRelationships, getGenericLabelText, getId, getLang, getNamespaceURI, getNodeName, getNumberOfAttributes, getNumberOfElements, getNumberOfFromRelationships, getNumberOfToRelationships, getOrGenerateId, getPrefix, getPrefixes, getQNameValue, getRelationshipsBases, getRelationshipsChain, getRelationshipTypes, getStaticContext, getStaticNamespace, getStringValue, getToolTipText, getToRelationships, getToRelationships, getToRelationships, getToRelationships, getToRelationships, getValue, getXPathExecutable, getXPathNamespaceContext, getXPathToNode, getXPathToRoot, getXPointerElementScheme, getXPointerElementScheme, getXPointerShorthandScheme, getXPointerToNode, isDead, isNamespaceDefined, isXdmDocumentAttached, objEquals, objHashCode, qNameToString, removeAttribute, removeChild, removeChild, removeFromRelationship, removeToRelationship, removeXMLChild, resetElements, resetHash, resolve_equal2, resolveHRef, resolveHRef, s_equal2, s_equal2, s_equal2, setAttributes, setBase, setDocument, setDocumentAndReload, setElements, setId, setLang, setNamespaceContext, setNamespaces, setNode, setNodeName, setParent, setRegenerateNodeIfnotFound, setValue, setValue, setVariablesDefined, size, thin, toString, valueEquals, xEqualgetContaineraddXMLChild, getBase, removeXMLChild, setParentpublic static final java.lang.String parent_child_arcrole_URI
public static final javax.xml.namespace.QName lbType
public static final javax.xml.namespace.QName standard_arc
public static final java.lang.String standard_role_ref
public static final javax.xml.namespace.QName preferredLabel
public PresentationLinkbase(XBRLDocument parent, net.sf.saxon.s9api.XdmNode node)
parent - the parentnode - the nodepublic PresentationLinkbase(XBRLDocument parent, DTSBase base) throws XBRLInconsistentDTSException
PresentationLinkbase(XBRLDocument, XBRLRoleType) insteadparent - XBRLDocumentbase - DTSBaseXBRLInconsistentDTSException - the XBRL inconsistent dts exceptionpublic PresentationLinkbase(XBRLDocument parent, XBRLRoleType role)
parent - the parentrole - the rolepublic javax.xml.namespace.QName getStaticLinkbaseType()
XBRLExtendedLinkgetStaticLinkbaseType in class XBRLExtendedLinkpublic java.lang.String getExtendedLinkTypeName()
XBRLExtendedLinkgetExtendedLinkTypeName in class XBRLExtendedLinkpublic boolean isStandardExtendedLink()
XBRLExtendedLinkisStandardExtendedLink in class XBRLExtendedLinkpublic java.util.Collection<javax.xml.namespace.QName> getStandardResourceNodeNames()
XBRLExtendedLinkgetStandardResourceNodeNames in class XBRLExtendedLinkpublic java.util.Collection<java.lang.String> getStandardDefinedRolesOnResources()
XBRLExtendedLinkgetStandardDefinedRolesOnResources in class XBRLExtendedLink