org.apache.xerces.parsers
public class SecurityConfiguration extends XIncludeAwareParserConfiguration
Version: $Id: SecurityConfiguration.java,v 1.6 2005/05/04 03:56:45 mrglavas Exp $
Field Summary | |
---|---|
protected static String | SECURITY_MANAGER_PROPERTY |
Constructor Summary | |
---|---|
SecurityConfiguration() Default constructor. | |
SecurityConfiguration(SymbolTable symbolTable)
Constructs a parser configuration using the specified symbol table.
| |
SecurityConfiguration(SymbolTable symbolTable, XMLGrammarPool grammarPool)
Constructs a parser configuration using the specified symbol table and
grammar pool.
| |
SecurityConfiguration(SymbolTable symbolTable, XMLGrammarPool grammarPool, XMLComponentManager parentSettings)
Constructs a parser configuration using the specified symbol table,
grammar pool, and parent settings.
|
Parameters: symbolTable The symbol table to use.
REVISIT: Grammar pool will be updated when the new validation engine is implemented.
Parameters: symbolTable The symbol table to use. grammarPool The grammar pool to use.
REVISIT: Grammar pool will be updated when the new validation engine is implemented.
Parameters: symbolTable The symbol table to use. grammarPool The grammar pool to use. parentSettings The parent settings.