XBRLAPI

A Java API for XBRL


Package org.xbrlapi.xpointer

Defines the XPointer functionality needed by the XLink processor.

See:
          Description

Interface Summary
PointerGrammarConstants  
PointerPart Defines the functionality associated with a single scheme component of an XPointer expression.
 

Class Summary
PointerGrammar DO NOT EDIT THIS FILE.
PointerGrammarTokenManager  
PointerPartImpl  
SimpleCharStream An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
Token Describes the input token stream.
 

Exception Summary
ParseException This exception is thrown when parse errors are encountered.
 

Error Summary
TokenMgrError  
 

Package org.xbrlapi.xpointer Description

Defines the XPointer functionality needed by the XLink processor.

This package defines the XPointer processing functionality required by the XLink processing API.

Package Specification

The XPointer functionality covers resolution of all XPointers. It does so by providing a means for XPointer scheme handlers to be added to the scheme pool available for XPointer resolution.

The XPointerFragment is defined to provide appropriate handling of all XPointer fragments or parts thereof, potentially broken down to the scheme level.

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.