XBRLAPI

A Java API for XBRL


Package org.xbrlapi.data.bdbxml.examples.load

Provides simple examples of loading XBRL.

See:
          Description

Class Summary
Load This example loads a set of documents, including one or more XBRL instances, based on the list of URLs provided on the command line.
LoadAllSECFilings This example loads all of the data identified in the SEC RSS feed.
 

Package org.xbrlapi.data.bdbxml.examples.load Description

Provides simple examples of loading XBRL.

Author: Geoff Shuetrim (geoff@galexy.net)

Requirements

You can download the required XBRLAPI JARs from Sourceforge.

Commandline Arguments:

Java Virtual Machine Parameters:

  
          -Dlog4j.configuration=<location of log4j.properties>
          -Djava.library.path=<Path to Berkeley DB XML/lib>
          -classpath=<java class paths>
        

Program Arguments:

          org.xbrlapi.examples.load.Load -database <...> -container <...> -cache <...> [URLs of XBRL documents to load]
          -database <XML DB location>
          -container <default DB container name>
          -cache <Document cache location>
        

Copyright (C) 2008, Geoffrey Shuetrim (geoff@galexy.net)

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License (http://www.gnu.org/licenses/lgpl.html), or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA


Get Java XBRL API implementation at SourceForge.net.