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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fSymbolTable
protected org.apache.xerces.util.SymbolTable fSymbolTable
- fSymbolTable
fGrammarPool
protected org.apache.xerces.impl.validation.GrammarPool fGrammarPool
- fGrammarPool
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
-
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:
-