|
XBRLAPIA Java API for XBRL |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.xbrlapi.impl.XMLImpl
org.xbrlapi.impl.FragmentImpl
org.xbrlapi.impl.UsedOnImpl
public class UsedOnImpl
| Field Summary |
|---|
| Fields inherited from class org.xbrlapi.impl.XMLImpl |
|---|
logger |
| Constructor Summary | |
|---|---|
UsedOnImpl()
|
|
| Method Summary | |
|---|---|
String |
getUsedOnLocalname()
|
URI |
getUsedOnNamespace()
|
boolean |
isUsedOn(URI namespaceURI,
String localname)
Returns true only if the custom role type can be used on the specified element based on this usedOn fragment. |
| Methods inherited from class org.xbrlapi.impl.XMLImpl |
|---|
appendMetadataElement, compareTo, equals, finalize, getBuilder, getDocumentNode, getIndex, getMetaAttribute, getMetadataRootElement, getStore, getType, hashCode, hasMetaAttribute, isa, isa, removeMetaAttribute, removeMetadataElement, serialize, serialize, serialize, setBuilder, setIndex, setMetaAttribute, setResource, setStore, updateInStore |
| Methods inherited from class java.lang.Object |
|---|
clone, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.xbrlapi.XML |
|---|
appendMetadataElement, equals, getBuilder, getDocumentNode, getIndex, getMetaAttribute, getMetadataRootElement, getStore, getType, hashCode, hasMetaAttribute, isa, isa, removeMetaAttribute, removeMetadataElement, serialize, serialize, serialize, setBuilder, setIndex, setMetaAttribute, setResource, setStore, updateInStore |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Constructor Detail |
|---|
public UsedOnImpl()
| Method Detail |
|---|
public URI getUsedOnNamespace()
throws XBRLException
getUsedOnNamespace in interface UsedOnXBRLExceptionUsedOn.getUsedOnNamespace()
public String getUsedOnLocalname()
throws XBRLException
getUsedOnLocalname in interface UsedOnXBRLExceptionUsedOn.getUsedOnLocalname()
public boolean isUsedOn(URI namespaceURI,
String localname)
throws XBRLException
UsedOn
isUsedOn in interface UsedOnnamespaceURI - The namespace of the element being tested forlocalname - The local name of the element being tested for
XBRLExceptionUsedOn.isUsedOn(URI, String)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||