Class | Description |
---|---|
BaseTestCase | |
BaseTestHandler | |
BaseURIDOMResolverImplIllegalCharacterHandlingTestCase |
Tests of illegal URI characters using the DOM based XML Base resolver
TODO check that xml base is adequately testing illegal URI characters
|
BaseURIDOMResolverImplTestCase | |
BaseURISAXResolverImplTestCase |
This package tests the implementation of XML Base handling for the XBRL API.
Tests fall into the following categories: tests of XML Base attribute analysis and test of URL object transformation of the strings provided in xml:base attributes. The latter category are really only intended to clarify our own understanding of how much of the work the java.net.URL class will do for us in handling illegal URI characters in xml:base attributes.
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