See: Description
| Interface | Description |
|---|---|
| InstallCert.PasswordProvider |
The Interface PasswordProvider.
|
| Timer.TimerTick |
This is the interface that must be implemented by classes that
will receive events at the intervals indicated by the Timer
class when the timer is running.
|
| Class | Description |
|---|---|
| ActivateSaxon |
The Class ActivateSaxon.
|
| AppClassLoader |
Class Loader that allows to dynamically insert new URLs of JARS that may contain additional
classes or resources.
|
| ArrayIterator<X> |
The Class ArrayIterator.
|
| AttributeFilter |
This class is abstract and serves for XBRL defined objects to remove from
the declared attributes in the node all that belongs to a different layer
as for example the XML Schema layer or the XLink layer.
|
| Base64Coder |
A Base64 encoder/decoder.
|
| CollectionArray<E> |
The Class CollectionArray.
|
| DTSCapture |
This small application shall capture remote files while loading a DTS.
|
| EmptyCollection<T> |
The Class EmptyCollection.
|
| EmptyIterator<T> |
The Class EmptyIterator.
|
| EmptySet<E> |
The Class EmptySet.
|
| FastDocumentTypeIdentifier |
This class provides a very fast mechanism to identify if a File is an XBRL document
Linkbase, Taxonomy or XBRL Report.
|
| GeneralIterable<T> |
The Class GeneralIterable.
|
| InstallCert |
Installs digital certificates in a user defined certificate store.
|
| InternetProxySelector |
Configures the internet proxy
Based on code form jean-christophe.collet@sun.com
see page
An instance of this class is created when a DTSContainer is created.
|
| JarAndClasses |
Packages together the URL of a jar file and some selected classes on it.
|
| JoinedIterator<E> |
Joins two iterators in one iterator that will cycle the first iterator and when finished this
will continue with the second iterator.
|
| LastDirectoryManager |
The Class LastDirectoryManager.
|
| LoadDTSInThread |
Load a DTS in a separate thread.
|
| LogUtils |
The Class LogUtils.
|
| NamespaceURIPair |
The Class NamespaceURIPair.
|
| OEM |
This class contains static information for the OEM
So it is possible for the OEMs to define their own
taxonomy catalog and replace ReportingStandard Catalog.
|
| PasswordsVaultConfigurationManager |
This class maintains a serialized vault of user names and passwords to be used by any
other Reporting Standard application when authentication is required
Passwords are encrypted/decrypted automatically so the user will not see the password written in the file.
|
| ProxyConfigurationManager |
Reads, store and provides information about the proxy settings.
|
| RegexFormatter |
The Class RegexFormatter.
|
| RSStaticAndUser |
This class contains static properties shared between tools that has a GUI
etc.
|
| RunnableWithParameters |
The Class RunnableWithParameters.
|
| SequenceIterable |
The Class SequenceIterable.
|
| Statistics |
This class serves for storing information about how many times an operation has been called and the amount of time each operation was taken.
|
| Statistics.LogDetails |
The Class LogDetails.
|
| TextTools |
The Class TextTools.
|
| Timer |
A Timer will invoke a method in another class at regular intervals
of time indicated by the timer.
|
| TimeUtils |
The Class TimeUtils.
|
| URITools |
The Class URITools.
|
| XBRLDocumentContentExplorer |
Collects information about the instance while processing the nodes.
|
| XBRLFileViewClass |
The Class XBRLFileViewClass.
|
| XbrlJURIResolver |
The Class XbrlJURIResolver.
|
| XmlFormater |
The Class XmlFormater.
|
| XMLTools |
Static helper methods to deal with common XML issues.
|
This is a common container for utilities like resolving relative URIs from two absolute URIs or formatting an XML document to a String...