Xerces 2.0.0.alpha

org.apache.xerces.parsers
Class CachingParserPool

java.lang.Object
  |
  +--org.apache.xerces.parsers.CachingParserPool

public class CachingParserPool
extends java.lang.Object

Version:
$Id: CachingParserPool.java,v 1.1.2.5 2000/10/02 00:40:12 lehors Exp $

Field Summary
protected  org.apache.xerces.impl.validation.GrammarPool fGrammarPool
          fGrammarPool
protected  org.apache.xerces.util.SymbolTable fSymbolTable
          fSymbolTable
 
Constructor Summary
CachingParserPool()
           
CachingParserPool(org.apache.xerces.impl.validation.GrammarPool grammarPool)
           
CachingParserPool(org.apache.xerces.util.SymbolTable symbolTable)
           
CachingParserPool(org.apache.xerces.util.SymbolTable symbolTable, org.apache.xerces.impl.validation.GrammarPool grammarPool)
           
 
Method Summary
 DOMParser createDOMParser()
          createDOMParser
 DTDParser createDTDParser()
          createDTDParser
 SAXParser createSAXParser()
          createSAXParser
 SchemaParser createSchemaParser()
          createSchemaParser
 org.apache.xerces.impl.validation.GrammarPool getGrammarPool()
          getGrammarPool
 org.apache.xerces.util.SymbolTable getSymbolTable()
          getSymbolTable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fSymbolTable

protected org.apache.xerces.util.SymbolTable fSymbolTable
fSymbolTable

fGrammarPool

protected org.apache.xerces.impl.validation.GrammarPool fGrammarPool
fGrammarPool
Constructor Detail

CachingParserPool

public CachingParserPool()

CachingParserPool

public CachingParserPool(org.apache.xerces.util.SymbolTable symbolTable)
Parameters:
symbolTable -  

CachingParserPool

public CachingParserPool(org.apache.xerces.impl.validation.GrammarPool grammarPool)
Parameters:
grammarPool -  

CachingParserPool

public CachingParserPool(org.apache.xerces.util.SymbolTable symbolTable,
                         org.apache.xerces.impl.validation.GrammarPool grammarPool)
Parameters:
symbolTable -  
grammarPool -  
Method Detail

getSymbolTable

public org.apache.xerces.util.SymbolTable getSymbolTable()
getSymbolTable
Returns:
 

getGrammarPool

public org.apache.xerces.impl.validation.GrammarPool getGrammarPool()
getGrammarPool
Returns:
 

createDOMParser

public DOMParser createDOMParser()
createDOMParser
Returns:
 

createSAXParser

public SAXParser createSAXParser()
createSAXParser
Returns:
 

createDTDParser

public DTDParser createDTDParser()
createDTDParser
Returns:
 

createSchemaParser

public SchemaParser createSchemaParser()
createSchemaParser
Returns:
 

Xerces 2.0.0.alpha