1
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected 1 day ago.
May 16, 2023 — May 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Made sure that configuration indexes do not get created over the top of existing ones. More... about 17 years ago
No modifications More... about 17 years ago
Fixed a bug in the Exist test harness that prevented index configuration files for data stores from being cleaned up. More... about 17 years ago
Removed an unused import for dates. More... about 17 years ago
Modifications to set up a new caching system that ensures that the cache can be used by entity resolvers called within SAX and Xerces Native Interface implementations. The new cache implementation replaces the CacheURL implementation that was an adaptation of the standard URL to also cater to cache management. More... about 17 years ago
Backed out the XML Schema model builder usage of the local cache till it is better implemented. More... over 17 years ago
Began a new code plan for handling local variants on original XML documents. More... over 17 years ago
No significant modifications. More... over 17 years ago
Adjusted the XML Schema model generator method to ensure that the preparser uses the XBRLAPI XML entity resolver - thus making sure that the local document cache is used when building XML Schema grammar models. More... over 17 years ago
Provides a static grammar pool using the XBRLAPI implementation of the grammar pool. More... over 17 years ago
Added an XBRLAPI wrapper around the standard Grammar Pool Implementation to enable logging of interactions with the Grammar Pool. More... over 17 years ago
An XML entity resolver added to enable the XMLEntityResolution to leverage the SAX entity resolver. used by the content handler. This makes sure that any side effects of the SAX entity resolver can be delivered when doing XMLEntityResolution. More... over 17 years ago
Exposed the entity resolver property via the getEntityResolver method. More... over 17 years ago
Deleted a redundant comment. More... over 17 years ago
Made the grammar pool for the XML Schema content model creation a static object so that grammars get shared between the XML Schema content models constructed during a load process. More... over 17 years ago
Added a method to access the DOM used to store data for the DOM data store implementation. Contributed by Howard Ungar. More... over 17 years ago
Modified the test configuration properties to use the http://tomcat/ Exist and Xindice installations by default. More... over 17 years ago
Fixed up the parameter order bug in the Xindice Load class. More... over 17 years ago
Changes introduced from HJU More... over 17 years ago
Fixed unused reference points in the autogenerated X-Pointer Parser code to eliminate warnings. Also fixed warnings about unnecessary class castings. More... over 17 years ago
Minor revisions More... over 17 years ago
Changing the logging information provided around discovery performance. More... over 17 years ago
Fixed sourceforge link on the XBRLAPI javadoc builder. More... over 17 years ago
Deleted obsolete file releases More... over 17 years ago
New file release More... over 17 years ago
Fixed Javadoc documentation More... over 17 years ago
Exist data store can also now operate in embedded mode. More... over 17 years ago
Tuned the XPath query used to determine if a given document is in the data store. More... over 17 years ago
Modifications made to the eXist database connection to support connection to an embedded eXist database. More... over 17 years ago
Added code to getTargetFragment methods for locators and simple links to ensure that the logic also handles cases where the fragment is not identified by an XPointer. More... over 17 years ago