Class XIncludeParserConfiguration

    • Field Detail

      • ALLOW_UE_AND_NOTATION_EVENTS

        protected static final String ALLOW_UE_AND_NOTATION_EVENTS
        Feature identifier: allow notation and unparsed entity events to be sent out of order.
        See Also:
        Constant Field Values
      • XINCLUDE_FIXUP_BASE_URIS

        protected static final String XINCLUDE_FIXUP_BASE_URIS
        Feature identifier: fixup base URIs.
        See Also:
        Constant Field Values
      • XINCLUDE_FIXUP_LANGUAGE

        protected static final String XINCLUDE_FIXUP_LANGUAGE
        Feature identifier: fixup language.
        See Also:
        Constant Field Values
      • XINCLUDE_HANDLER

        protected static final String XINCLUDE_HANDLER
        Property identifier: error reporter.
        See Also:
        Constant Field Values
      • NAMESPACE_CONTEXT

        protected static final String NAMESPACE_CONTEXT
        Property identifier: error reporter.
        See Also:
        Constant Field Values
    • Constructor Detail

      • XIncludeParserConfiguration

        public XIncludeParserConfiguration()
        Default constructor.
      • XIncludeParserConfiguration

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

        public XIncludeParserConfiguration​(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.
      • XIncludeParserConfiguration

        public XIncludeParserConfiguration​(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.