Serialized Form
|
Package org.xbrlapi.aspects |
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Handles object inflation.
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Handles object serialization
- Throws:
IOException
values
TreeMap<K,V> values
model
AspectModel model
- The aspect model is non-transient but it is not considered as
part of assessing equality or determining the hashCode for the aspect.
axis
String axis
- The identifier for the axis that this aspect is on.
facts
Map<K,V> facts
fragmentMap
Map<K,V> fragmentMap
criterion
AspectValue criterion
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Handles object inflation.
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Handles object serialization
- Throws:
IOException
aspects
Map<K,V> aspects
- From aspect type to aspect.
axes
Map<K,V> axes
- From dimension name to list of aspects in dimension.
facts
Set<E> facts
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Handles object inflation.
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Handles object serialization
- Throws:
IOException
aspect
Aspect aspect
fragment
Fragment fragment
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Handles object inflation.
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Handles object serialization
- Throws:
IOException
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Handles object inflation.
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Handles object serialization
- Throws:
IOException
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Handles object inflation.
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Handles object serialization
- Throws:
IOException
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Handles object inflation.
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Handles object serialization
- Throws:
IOException
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Handles object inflation.
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Handles object serialization
- Throws:
IOException
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Handles object inflation.
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Handles object serialization
- Throws:
IOException
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Handles object inflation.
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Handles object serialization
- Throws:
IOException
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Handles object inflation.
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Handles object serialization
- Throws:
IOException
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Handles object inflation.
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Handles object serialization
- Throws:
IOException
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Handles object inflation.
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Handles object serialization
- Throws:
IOException
|
Package org.xbrlapi.cache |
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Handles object inflation.
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Handles object serialization
- Throws:
IOException
cacheRoot
File cacheRoot
- Root of the local document cache.
uriMap
Map<K,V> uriMap
- The map of local URIs to use in place of
original URIs. The original URI points to the
local URI in the map that is used.
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Handles object inflation.
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Handles object serialization
- Throws:
IOException
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.
|
Package org.xbrlapi.data.bdbxml |
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Handles object inflation.
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Handles object serialization
- Throws:
IOException
computerIdentity
String computerIdentity
locationName
String locationName
containerName
String containerName
CACHE_SIZE
int CACHE_SIZE
|
Package org.xbrlapi.data.dom |
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Handles object inflation.
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Handles object serialization
- Throws:
IOException
dom
Document dom
- XML DOM used to build the fragments in the store.
|
Package org.xbrlapi.data.exist |
computerId
String computerId
host
String host
port
String port
database
String database
username
String username
password
String password
storeParentPath
String storeParentPath
dataCollectionName
String dataCollectionName
|
Package org.xbrlapi.data.resource |
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Handles object inflation.
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Handles object serialization
- Throws:
IOException
cache
Cache cache
- The cache implementation to be used by the matcher when accessing
resources. If this is null, then no cache is used.
signer
Signer signer
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Handles object inflation.
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Handles object serialization
- Throws:
IOException
map
Map<K,V> map
- Map from signature strings to lists of URIs with the same signature.
The first URI in the list is the URI of the resource in the data
store.
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Handles object inflation.
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Handles object serialization
- Throws:
IOException
store
Store store
- The store in which the information about matched URIs is
to be retained.
namespace
URI namespace
prefix
String prefix
localname
String localname
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Handles object inflation.
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Handles object serialization
- Throws:
IOException
store
Store store
- The data store that manages this fragment.
rootElement
Element rootElement
- The DOM instantiation of the fragment's root element or null
if the fragment has not been built.
|
Package org.xbrlapi.loader |
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Handles object inflation.
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Handles object serialization
- Throws:
IOException
store
Store store
- The data store to be used to hold the DTS.
cache
Cache cache
- The cache to use when discovering XML materials specified as a String
rather than just via a URI that resolves to the required XML.
xlinkProcessor
XLinkProcessor xlinkProcessor
- The Xlink processor
entityResolver
EntityResolver entityResolver
- The entity resolver to use for resolution of entities (URIs etc) during
the loading/discovery process. Defaults to one without a caching system.
documentQueue
TreeSet<E> documentQueue
useSchemaLocationAttributes
boolean useSchemaLocationAttributes
|
Package org.xbrlapi.networks |
relationships
SortedMap<K,V> relationships
linkRole
URI linkRole
- The link role for the network.
arcRole
URI arcRole
- The arcrole for the network.
store
Store store
- The data store to retrieve fragments if they are not already retrieved.
relationships
Set<E> relationships
fragments
HashMap<K,V> fragments
- The map of fragments involved in the relationships in the network.
sourceRelationships
HashMap<K,V> sourceRelationships
- The map from sources to relationships. The maps are indexed
first by the source fragment index and then by the semantic key
for the relationship.
targetRelationships
HashMap<K,V> targetRelationships
- The map from targets to relationships. The maps are indexed
first by the target fragment index and then by the semantic key
for the relationship.
arcs
HashMap<K,V> arcs
store
Store store
- The data store containing the information defining the networks.
networks
HashMap<K,V> networks
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Handles object inflation.
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Handles object serialization
- Throws:
IOException
cache
Cache cache
- The local document cache.
|
Package org.xbrlapi.utilities |
cause
Throwable cause
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Handles object inflation.
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Handles object serialization
- Throws:
IOException
|
Package org.xbrlapi.xdt.aspects |
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Handles object inflation.
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Handles object serialization
- Throws:
IOException
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Handles object inflation.
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Handles object serialization
- Throws:
IOException
dimension
Dimension dimension
role
URI role
language
String language
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Handles object inflation.
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Handles object serialization
- Throws:
IOException
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Handles object inflation.
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Handles object serialization
- Throws:
IOException
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Handles object inflation.
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Handles object serialization
- Throws:
IOException
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Handles object inflation.
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Handles object serialization
- Throws:
IOException
|
Package org.xbrlapi.xlink |
thing
String thing
is
InputSource is
- The input source to be XLink validated
xlinkProcessor
XLinkProcessor xlinkProcessor
- The XLink processor
document
Document document
- XML DOM document used to capture the error messages
cause
Throwable cause
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Handles object inflation.
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Handles object serialization
- Throws:
IOException
xlinkHandler
XLinkHandler xlinkHandler
- The XLink handler to use for responding to XLink events
in the SAX parsing process.
customLinkRecogniser
CustomLinkRecogniser customLinkRecogniser
- The Custom Link Recogniser, to be used for simple link
syntaxes that are not specified by the XLink specification
but need to be processed by the XLink processor.
Set to null by default for cases where no non-XLink
syntax needs to be treated as a link.
|
Package org.xbrlapi.xlink.handler |
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Handles object inflation.
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Handles object serialization
- Throws:
IOException
loader
Loader loader
- The XBRL DTS loader that is using this XLink handler
baseURIResolver
BaseURISAXResolver baseURIResolver
- The base URI resolver used by the XLink handler
|
Package org.xbrlapi.xmlbase |
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Handles object inflation.
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Handles object serialization
- Throws:
IOException
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Handles object inflation.
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Handles object serialization
- Throws:
IOException
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.