XBRLAPI

A Java API for XBRL


Package org.xbrlapi.loader

The loader managesthe data discovery process.

See:
          Description

Interface Summary
History The interface defining the contract for recording the history of documents being loaded into a data store by a loader.
Loader Loader defines the functions required to get a DTS into the data store ready for interactions via the XBRL API.
 

Class Summary
HistoryImpl  
LoaderImpl Implementation of the XBRL API Loader interface that validates using a pool of preparsed XML Schemas for XBRL documents.
 

Package org.xbrlapi.loader Description

The loader managesthe data discovery process.

Package Specification

This package contains the interface declaration and the actual implementation of the loader. This loader is useable by all data store implementations.

xbrlapi.org Java library providing XBRL functionality Copyright (C) 2005, 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.