Constructor and Description |
---|
TupleImpl() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Fact> |
getChildFacts()
Get the list of child facts
|
java.util.List<Fact> |
getChildFacts(java.lang.String namespace,
java.lang.String name)
Get a list of facts matching the specified fact name.
|
java.util.List<Fact> |
getChildFacts(java.lang.String namespace,
java.lang.String name,
java.lang.String contextRef)
Get a list of facts matching the specified fact name and context id.
|
getConcept, getInstance, getTuple, isFraction, isNil, isNumeric, isTuple
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, compareTo, equals, getBuilder, getDocumentNode, getIndex, getMetaAttribute, getMetadataRootElement, getStore, getType, hashCode, hasMetaAttribute, isa, isa, removeMetaAttribute, removeMetadataElement, serialize, serialize, serialize, setBuilder, setIndex, setMetaAttribute, setResource, setStore, updateInStore
getClass, notify, notifyAll, toString, wait, wait, wait
getConcept, getInstance, getTuple, isFraction, isNil, isNumeric, isTuple
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
public java.util.List<Fact> getChildFacts() throws XBRLException
getChildFacts
in interface Tuple
XBRLException
Tuple.getChildFacts()
public java.util.List<Fact> getChildFacts(java.lang.String namespace, java.lang.String name) throws XBRLException
getChildFacts
in interface Tuple
namespace
- The namespace of the desired factsname
- The local name of the desired factsXBRLException
Tuple.getChildFacts(String, String)
public java.util.List<Fact> getChildFacts(java.lang.String namespace, java.lang.String name, java.lang.String contextRef) throws XBRLException
getChildFacts
in interface Tuple
namespace
- The namespace of the desired factsname
- The local name of the desired factscontextRef
- The value of the context reference for the required facts.XBRLException
Tuple.getChildFacts(String, String, String)