XBRLAPI

A Java API for XBRL


org.xbrlapi.utilities
Class GrammarCacheImpl

java.lang.Object
  extended by org.xbrlapi.utilities.GrammarCacheImpl

public class GrammarCacheImpl
extends Object

Title: GrammarCache

Description: Used on ContentHandlerImpl to keep a static copy of the grammar pool used for XML Schema content models. This is needed to enable construction of the XML Schema content models for schemas that include other schemas, such as the schemas used by XBRL GL.

Contributed on 13 February, 2007.

Version:
1.0
Author:
Howard Ungar.

Constructor Summary
GrammarCacheImpl()
           
 
Method Summary
static void emptyGrammarPool()
           
static org.apache.xerces.xni.grammars.XMLGrammarPool getGrammarPool()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GrammarCacheImpl

public GrammarCacheImpl()
Method Detail

getGrammarPool

public static org.apache.xerces.xni.grammars.XMLGrammarPool getGrammarPool()

emptyGrammarPool

public static void emptyGrammarPool()

Get Java XBRL API implementation at SourceForge.net.