org.apache.xerces.parsers
public class XIncludeParserConfiguration extends XML11Configuration
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
.
See Also: XIncludeHandler
Field Summary | |
---|---|
protected static String | ALLOW_UE_AND_NOTATION_EVENTS Feature identifier: allow notation and unparsed entity events to be sent out of order. |
protected static String | NAMESPACE_CONTEXT Property identifier: error reporter. |
protected static String | XINCLUDE_FIXUP_BASE_URIS Feature identifier: fixup base URIs. |
protected static String | XINCLUDE_FIXUP_LANGUAGE Feature identifier: fixup language. |
protected static String | XINCLUDE_HANDLER Property identifier: error reporter. |
Constructor Summary | |
---|---|
XIncludeParserConfiguration() Default constructor. | |
XIncludeParserConfiguration(SymbolTable symbolTable)
Constructs a parser configuration using the specified symbol table.
| |
XIncludeParserConfiguration(SymbolTable symbolTable, XMLGrammarPool grammarPool)
Constructs a parser configuration using the specified symbol table and
grammar pool.
| |
XIncludeParserConfiguration(SymbolTable symbolTable, XMLGrammarPool grammarPool, XMLComponentManager parentSettings)
Constructs a parser configuration using the specified symbol table,
grammar pool, and parent settings.
|
Method Summary | |
---|---|
protected void | configurePipeline() Configures the pipeline. |
protected void | configureXML11Pipeline() |
void | setProperty(String propertyId, Object value) |
Parameters: symbolTable The symbol table to use.
Parameters: symbolTable The symbol table to use. grammarPool The grammar pool to use.
Parameters: symbolTable The symbol table to use. grammarPool The grammar pool to use. parentSettings The parent settings.