XBRLAPI

A Java API for XBRL


org.xbrlapi.data.bdbxml.examples.load
Class Load

java.lang.Object
  extended by 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()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Load

public Load()
Method Detail

main

public static void main(String[] args)
Parameters:
args - The array of commandline arguments.

Get Java XBRL API implementation at SourceForge.net.