Class XIncludeAwareParserConfiguration

    • 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_FEATURE

        protected static final String XINCLUDE_FEATURE
        Feature identifier: XInclude processing
        See Also:
        Constant Field Values
      • XINCLUDE_HANDLER

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

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

        protected XIncludeHandler fXIncludeHandler
        XInclude handler.
      • fNonXIncludeNSContext

        protected NamespaceSupport fNonXIncludeNSContext
        Non-XInclude NamespaceContext.
      • fCurrentNSContext

        protected NamespaceContext fCurrentNSContext
        Current NamespaceContext.
      • fXIncludeEnabled

        protected boolean fXIncludeEnabled
        Flag indicating whether XInclude processsing is enabled.
    • Constructor Detail

      • XIncludeAwareParserConfiguration

        public XIncludeAwareParserConfiguration()
        Default constructor.
      • XIncludeAwareParserConfiguration

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

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

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