|
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.FactImpl
org.xbrlapi.impl.ItemImpl
org.xbrlapi.impl.NonNumericItemImpl
public class NonNumericItemImpl
| Field Summary |
|---|
| Fields inherited from class org.xbrlapi.impl.XMLImpl |
|---|
logger |
| Constructor Summary | |
|---|---|
NonNumericItemImpl()
|
|
| Method Summary | |
|---|---|
String |
getValue()
|
String |
getXmlValue()
|
| Methods inherited from class org.xbrlapi.impl.ItemImpl |
|---|
getContext, getContextId |
| Methods inherited from class org.xbrlapi.impl.FactImpl |
|---|
getConcept, getInstance, getTuple, isFraction, isNil, isNumeric, isTuple |
| 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.Item |
|---|
getContext, getContextId |
| Methods inherited from interface org.xbrlapi.Fact |
|---|
getConcept, getInstance, getTuple, isFraction, isNil, isNumeric, isTuple |
| 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 NonNumericItemImpl()
| Method Detail |
|---|
public String getValue()
throws XBRLException
getValue in interface NonNumericItemXBRLExceptionNonNumericItem.getValue()
public String getXmlValue()
throws XBRLException
getXmlValue in interface NonNumericItemThis will not be effective in some cases where there are escaped characters that are intended to be escaped but that are falsely recognised as being part of the XML markup and thus unescaped.
TODO refine the algorithm for handling text content of fact values where characters have been escaped.XBRLExceptionNonNumericItem.getXmlValue()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||