XBRLAPI

A Java API for XBRL


Serialized Form


Package org.xbrlapi.data

Class org.xbrlapi.data.BaseStoreImpl extends Object implements Serializable

Serialized Fields

storeDOM

Document storeDOM
The DOM document used to construct DOM representations of subtrees of documents in the store.


matcher

Matcher matcher
Resource matcher


namespaceBindings

HashMap<K,V> namespaceBindings
Namespace bindings


uris

List<E> uris
List of URIs to use when filtering query results to only get matches to a specific set of documents.


networks

Networks networks

Class org.xbrlapi.data.XBRLStoreImpl extends BaseStoreImpl implements Serializable

Serialized Fields

processedFragments

HashMap<K,V> processedFragments
Tracks the fragments that have been processed to get minimal networks with a given arcrole


Package org.xbrlapi.data.bdbxml

Class org.xbrlapi.data.bdbxml.StoreImpl extends XBRLStoreImpl implements Serializable

Serialized Fields

callCount

int callCount

RESET_CALL_COUNT

int RESET_CALL_COUNT

CHECKPOINT_KILOBYTES

int CHECKPOINT_KILOBYTES

locationName

String locationName

containerName

String containerName

environment

Environment environment

dataManager

XmlManager dataManager

dataContainer

XmlContainer dataContainer

Package org.xbrlapi.data.dom

Class org.xbrlapi.data.dom.StoreImpl extends XBRLStoreImpl implements Serializable

Serialized Fields

fragmentMap

Map<K,V> fragmentMap
The map of data fragments.


indexMap

Map<K,V> indexMap

dom

Document dom
XML DOM used to build the fragments in the store.


store

Element store
XML DOM Element containing all fragments.


ROOT_NAME

String ROOT_NAME
Name of the root element in the DOM


nextId

String nextId
The next fragmentId.


Package org.xbrlapi.data.exist

Class org.xbrlapi.data.exist.StoreImpl extends XBRLStoreImpl implements Serializable

Serialized Fields

connection

DBConnectionImpl connection
The database connection used by the data store.


collection

Collection collection
The collection that holds the data in the data store.


manager

CollectionManagementService manager
The collection manager that operates on the data store collection (for indexing etc.).


xpathService

XPathQueryService xpathService
The XPath query service for the data collection.


Package org.xbrlapi.data.xindice

Class org.xbrlapi.data.xindice.StoreImpl extends XBRLStoreImpl implements Serializable

Serialized Fields

connection

DBConnectionImpl connection
The database connection used by the data store.


collection

Collection collection
The collection that holds the data in the data store.


manager

org.apache.xindice.client.xmldb.services.CollectionManager manager
The collection manager that operates on the data store collection (for indexing etc.).


xpathService

XPathQueryService xpathService
The XPath query service for the data collection.


Package org.xbrlapi.impl

Class org.xbrlapi.impl.FragmentListImpl extends ArrayList<F extends Fragment> implements Serializable


Package org.xbrlapi.utilities

Class org.xbrlapi.utilities.XBRLException extends Exception implements Serializable

Serialized Fields

cause

Throwable cause

Package org.xbrlapi.xlink

Class org.xbrlapi.xlink.XLinkException extends Exception implements Serializable

Serialized Fields

cause

Throwable cause

Package org.xbrlapi.xmlbase

Class org.xbrlapi.xmlbase.XMLBaseException extends Exception implements Serializable

Serialized Fields

cause

Throwable cause

Package org.xbrlapi.xpointer

Class org.xbrlapi.xpointer.ParseException extends Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

String eol
The end of line string for this machine.

Class org.xbrlapi.xpointer.TokenMgrError extends Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


SourceForge Logo