See: Description
Class | Description |
---|---|
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.
|
Author: Geoff Shuetrim (geoff@galexy.net)
You can download the required XBRLAPI JARs from Sourceforge.
-Dlog4j.configuration=<location of log4j.properties> -Djava.library.path=<Path to Berkeley DB XML/lib> -classpath=<java class paths>
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