| |
|
| org.apache.xerces.parsers.XML11Configuration org.apache.xerces.parsers.XIncludeAwareParserConfiguration org.apache.xerces.parsers.SecurityConfiguration
SecurityConfiguration | public class SecurityConfiguration extends XIncludeAwareParserConfiguration (Code) | | This configuration allows Xerces to behave in a security-conscious manner; that is,
it permits applications to instruct Xerces to limit certain
operations that could be exploited by malicious document authors to cause a denail-of-service
attack when the document is parsed.
In addition to the features and properties recognized by the base
parser configuration, this class recognizes these additional
features and properties:
- Properties
- http://apache.org/xml/properties/security-manager
author: Neil Graham, IBM version: $Id: SecurityConfiguration.java 447239 2006-09-18 05:08:26Z mrglavas $ |
SECURITY_MANAGER_PROPERTY | final protected static String SECURITY_MANAGER_PROPERTY(Code) | | |
SecurityConfiguration | public SecurityConfiguration()(Code) | | Default constructor.
|
SecurityConfiguration | public SecurityConfiguration(SymbolTable symbolTable)(Code) | | Constructs a parser configuration using the specified symbol table.
Parameters: symbolTable - The symbol table to use. |
SecurityConfiguration | public SecurityConfiguration(SymbolTable symbolTable, XMLGrammarPool grammarPool)(Code) | | Constructs a parser configuration using the specified symbol table and
grammar pool.
REVISIT:
Grammar pool will be updated when the new validation engine is
implemented.
Parameters: symbolTable - The symbol table to use. Parameters: grammarPool - The grammar pool to use. |
SecurityConfiguration | public SecurityConfiguration(SymbolTable symbolTable, XMLGrammarPool grammarPool, XMLComponentManager parentSettings)(Code) | | Constructs a parser configuration using the specified symbol table,
grammar pool, and parent settings.
REVISIT:
Grammar pool will be updated when the new validation engine is
implemented.
Parameters: symbolTable - The symbol table to use. Parameters: grammarPool - The grammar pool to use. Parameters: parentSettings - The parent settings. |
|
|
|