Class SecureProcessingConfiguration

    • Field Detail

      • ENTITY_EXPANSION_LIMIT_SYSTEM_VALUE

        protected final int ENTITY_EXPANSION_LIMIT_SYSTEM_VALUE
      • MAX_OCCUR_LIMIT_SYSTEM_VALUE

        protected final int MAX_OCCUR_LIMIT_SYSTEM_VALUE
      • TOTAL_ENTITY_SIZE_LIMIT_SYSTEM_VALUE

        protected final int TOTAL_ENTITY_SIZE_LIMIT_SYSTEM_VALUE
      • MAX_GENERAL_ENTITY_SIZE_LIMIT_SYSTEM_VALUE

        protected final int MAX_GENERAL_ENTITY_SIZE_LIMIT_SYSTEM_VALUE
      • MAX_PARAMETER_ENTITY_SIZE_LIMIT_SYSTEM_VALUE

        protected final int MAX_PARAMETER_ENTITY_SIZE_LIMIT_SYSTEM_VALUE
      • RESOLVE_EXTERNAL_ENTITIES_SYSTEM_VALUE

        protected final boolean RESOLVE_EXTERNAL_ENTITIES_SYSTEM_VALUE
    • Constructor Detail

      • SecureProcessingConfiguration

        public SecureProcessingConfiguration()
        Default constructor.
      • SecureProcessingConfiguration

        public SecureProcessingConfiguration​(SymbolTable symbolTable)
        Constructs a parser configuration using the specified symbol table.
        Parameters:
        symbolTable - The symbol table to use.
      • SecureProcessingConfiguration

        public SecureProcessingConfiguration​(SymbolTable symbolTable,
                                             XMLGrammarPool grammarPool)
        Constructs a parser configuration using the specified symbol table and grammar pool.

        Parameters:
        symbolTable - The symbol table to use.
        grammarPool - The grammar pool to use.
      • SecureProcessingConfiguration

        public SecureProcessingConfiguration​(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.
        grammarPool - The grammar pool to use.
        parentSettings - The parent settings.