org.xbrlapi.utilities
Class Constants
java.lang.Object
org.xbrlapi.utilities.Constants
public class Constants
- extends Object
Defines a range of constants (namespaces etc) that are used throughout the
XBRLAPI implementation
- Author:
- Geoffrey Shuetrim (geoff@galexy.net)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JAXP_SCHEMA_LANGUAGE
public static final String JAXP_SCHEMA_LANGUAGE
- See Also:
- Constant Field Values
W3C_XML_SCHEMA
public static final String W3C_XML_SCHEMA
- See Also:
- Constant Field Values
XMLPrefix
public static final String XMLPrefix
- See Also:
- Constant Field Values
XLinkPrefix
public static final String XLinkPrefix
- See Also:
- Constant Field Values
XBRL21Prefix
public static final String XBRL21Prefix
- See Also:
- Constant Field Values
GenericLinkPrefix
public static final String GenericLinkPrefix
- See Also:
- Constant Field Values
XBRL21LinkPrefix
public static final String XBRL21LinkPrefix
- See Also:
- Constant Field Values
GenericLabelPrefix
public static final String GenericLabelPrefix
- See Also:
- Constant Field Values
GenericReferencePrefix
public static final String GenericReferencePrefix
- See Also:
- Constant Field Values
XBRLAPIPrefix
public static final String XBRLAPIPrefix
- See Also:
- Constant Field Values
CompPrefix
public static final String CompPrefix
- See Also:
- Constant Field Values
XBRLAPIEntitiesPrefix
public static final String XBRLAPIEntitiesPrefix
- See Also:
- Constant Field Values
XBRLAPILanguagesPrefix
public static final String XBRLAPILanguagesPrefix
- See Also:
- Constant Field Values
XMLSchemaPrefix
public static final String XMLSchemaPrefix
- See Also:
- Constant Field Values
XMLSchemaInstancePrefix
public static final String XMLSchemaInstancePrefix
- See Also:
- Constant Field Values
FragmentRootElementName
public static final String FragmentRootElementName
- See Also:
- Constant Field Values
FragmentDataContainerElementName
public static final String FragmentDataContainerElementName
- See Also:
- Constant Field Values
logger
protected static org.apache.log4j.Logger logger
XMLNamespace
public static URI XMLNamespace
XMLNSNamespace
public static URI XMLNSNamespace
XLinkNamespace
public static URI XLinkNamespace
XBRL21Namespace
public static URI XBRL21Namespace
XBRL21LinkNamespace
public static URI XBRL21LinkNamespace
GenericLinkNamespace
public static URI GenericLinkNamespace
GenericLabelNamespace
public static URI GenericLabelNamespace
GenericReferenceNamespace
public static URI GenericReferenceNamespace
XBRLAPINamespace
public static URI XBRLAPINamespace
CompNamespace
public static URI CompNamespace
XBRLAPIEntitiesNamespace
public static URI XBRLAPIEntitiesNamespace
XBRLAPIEquivalentEntitiesArcrole
public static URI XBRLAPIEquivalentEntitiesArcrole
XBRLAPILanguagesNamespace
public static URI XBRLAPILanguagesNamespace
XMLSchemaNamespace
public static URI XMLSchemaNamespace
XMLSchemaInstanceNamespace
public static URI XMLSchemaInstanceNamespace
LabelArcrole
public static URI LabelArcrole
GenericLabelArcrole
public static URI GenericLabelArcrole
StandardGenericLabelRole
public static URI StandardGenericLabelRole
TerseGenericLabelRole
public static URI TerseGenericLabelRole
VerboseGenericLabelRole
public static URI VerboseGenericLabelRole
DocumentationGenericLabelRole
public static URI DocumentationGenericLabelRole
ReferenceArcrole
public static URI ReferenceArcrole
GenericReferenceArcrole
public static URI GenericReferenceArcrole
CalculationArcrole
public static URI CalculationArcrole
PresentationArcrole
public static URI PresentationArcrole
GeneralSpecialArcrole
public static URI GeneralSpecialArcrole
EssenceAliasArcrole
public static URI EssenceAliasArcrole
SimilarTuplesArcrole
public static URI SimilarTuplesArcrole
RequiresElementArcrole
public static URI RequiresElementArcrole
FactFootnoteArcrole
public static URI FactFootnoteArcrole
StandardLabelRole
public static URI StandardLabelRole
TerseLabelRole
public static URI TerseLabelRole
VerboseLabelRole
public static URI VerboseLabelRole
PositiveLabelRole
public static URI PositiveLabelRole
PositiveTerseLabelRole
public static URI PositiveTerseLabelRole
PositiveVerboseLabelRole
public static URI PositiveVerboseLabelRole
NegativeLabelRole
public static URI NegativeLabelRole
NegativeTerseLabelRole
public static URI NegativeTerseLabelRole
NegativeVerboseLabelRole
public static URI NegativeVerboseLabelRole
ZeroLabelRole
public static URI ZeroLabelRole
ZeroTerseLabelRole
public static URI ZeroTerseLabelRole
ZeroVerboseLabelRole
public static URI ZeroVerboseLabelRole
TotalLabelRole
public static URI TotalLabelRole
PeriodStartLabelRole
public static URI PeriodStartLabelRole
PeriodEndLabelRole
public static URI PeriodEndLabelRole
DocumentationLabelRole
public static URI DocumentationLabelRole
DefinitionGuidanceLabelRole
public static URI DefinitionGuidanceLabelRole
DisclosureGuidanceLabelRole
public static URI DisclosureGuidanceLabelRole
PresentationGuidanceLabelRole
public static URI PresentationGuidanceLabelRole
MeasurementGuidanceLabelRole
public static URI MeasurementGuidanceLabelRole
CommentaryGuidanceLabelRole
public static URI CommentaryGuidanceLabelRole
ExampleGuidanceLabelRole
public static URI ExampleGuidanceLabelRole
StandardReferenceRole
public static URI StandardReferenceRole
StandardGenericReferenceRole
public static URI StandardGenericReferenceRole
DefinitionReferenceRole
public static URI DefinitionReferenceRole
DisclosureReferenceRole
public static URI DisclosureReferenceRole
MandatoryDisclosureReferenceRole
public static URI MandatoryDisclosureReferenceRole
RecommendedDisclosureReferenceRole
public static URI RecommendedDisclosureReferenceRole
UnspecifiedDisclosureReferenceRole
public static URI UnspecifiedDisclosureReferenceRole
PresentationReferenceRole
public static URI PresentationReferenceRole
MeasurementReferenceRole
public static URI MeasurementReferenceRole
CommentaryReferenceRole
public static URI CommentaryReferenceRole
ExampleReferenceRole
public static URI ExampleReferenceRole
StandardLinkRole
public static URI StandardLinkRole
ISO4217
public static URI ISO4217
LinkbaseReferenceArcrole
public static URI LinkbaseReferenceArcrole
Constants
public Constants()