public static class XBRLConceptRelationshipNode.Node extends RelationshipGraphNode.Node<XBRLConceptRelationshipNode.Node>
| Constructor and Description |
|---|
XBRLConceptRelationshipNode.Node(XMLFragment node,
int mIndex,
java.lang.String tagSelector)
Instantiates a new node.
|
| Modifier and Type | Method and Description |
|---|---|
javax.xml.namespace.QName |
getNodeName()
Gets the node name.
|
java.lang.String |
getTagSelector()
Gets the tag selector.
|
boolean |
isAbstract()
Checks if is abstract.
|
equals, hashCode, toStringpublic XBRLConceptRelationshipNode.Node(XMLFragment node, int mIndex, java.lang.String tagSelector)
node - the nodemIndex - the m indextagSelector - the tag selectorpublic java.lang.String getTagSelector()
public javax.xml.namespace.QName getNodeName()
RelationshipGraphNode.NodegetNodeName in class RelationshipGraphNode.Node<XBRLConceptRelationshipNode.Node>public boolean isAbstract()
RelationshipGraphNode.NodeisAbstract in class RelationshipGraphNode.Node<XBRLConceptRelationshipNode.Node>