Serialized Form
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
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 |
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 |
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 |
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 |
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.utilities |
cause
Throwable cause
|
Package org.xbrlapi.xlink |
cause
Throwable cause
|
Package org.xbrlapi.xmlbase |
cause
Throwable cause
|
Package org.xbrlapi.xpointer |
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.
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have
one of the above 4 values.