| |
|
| org.apache.xerces.parsers.XML11Configuration org.apache.xerces.parsers.XIncludeParserConfiguration
XIncludeParserConfiguration | public class XIncludeParserConfiguration extends XML11Configuration (Code) | | This parser configuration includes an XIncludeHandler in the pipeline
before the schema validator, or as the last component in the pipeline if there is
no schema validator. Using this pipeline will enable processing according to the
XML Inclusions specification, to the conformance level described in
XIncludeHandler .
author: Peter McCracken, IBM See Also: org.apache.xerces.xinclude.XIncludeHandler |
ALLOW_UE_AND_NOTATION_EVENTS | final protected static String ALLOW_UE_AND_NOTATION_EVENTS(Code) | | Feature identifier: allow notation and unparsed entity events to be sent out of order.
|
NAMESPACE_CONTEXT | final protected static String NAMESPACE_CONTEXT(Code) | | Property identifier: error reporter.
|
XINCLUDE_FIXUP_BASE_URIS | final protected static String XINCLUDE_FIXUP_BASE_URIS(Code) | | Feature identifier: fixup base URIs.
|
XINCLUDE_FIXUP_LANGUAGE | final protected static String XINCLUDE_FIXUP_LANGUAGE(Code) | | Feature identifier: fixup language.
|
XINCLUDE_HANDLER | final protected static String XINCLUDE_HANDLER(Code) | | Property identifier: error reporter.
|
XIncludeParserConfiguration | public XIncludeParserConfiguration()(Code) | | Default constructor.
|
XIncludeParserConfiguration | public XIncludeParserConfiguration(SymbolTable symbolTable)(Code) | | Constructs a parser configuration using the specified symbol table.
Parameters: symbolTable - The symbol table to use. |
XIncludeParserConfiguration | public XIncludeParserConfiguration(SymbolTable symbolTable, XMLGrammarPool grammarPool)(Code) | | Constructs a parser configuration using the specified symbol table and
grammar pool.
Parameters: symbolTable - The symbol table to use. Parameters: grammarPool - The grammar pool to use. |
XIncludeParserConfiguration | public XIncludeParserConfiguration(SymbolTable symbolTable, XMLGrammarPool grammarPool, XMLComponentManager parentSettings)(Code) | | Constructs a parser configuration using the specified symbol table,
grammar pool, and parent settings.
Parameters: symbolTable - The symbol table to use. Parameters: grammarPool - The grammar pool to use. Parameters: parentSettings - The parent settings. |
configurePipeline | protected void configurePipeline()(Code) | | Configures the pipeline.
|
configureXML11Pipeline | protected void configureXML11Pipeline()(Code) | | |
|
|
|