org.xbrlapi.data.bdbxml.examples.load
Class Load
java.lang.Object
org.xbrlapi.data.bdbxml.examples.load.Load
public class Load
- extends Object
This example loads a set of documents, including one or more XBRL instances,
based on the list of URLs provided on the command line. The documents
are loaded into a Oracle Berkeley XML Database (but this can easily be modified
by using a different data store) and then the information in the instances
that have been loaded is analysed and reported on, demonstrating how
the XBRLAPI can be used to access information in instances.
- Author:
- Geoff Shuetrim (geoff@galexy.net)
|
Constructor Summary |
Load()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Load
public Load()
main
public static void main(String[] args)
- Parameters:
args - The array of commandline arguments.