org.apache.xerces.parsers
public class XIncludeAwareParserConfiguration extends XML11Configuration
Version: $Id: XIncludeAwareParserConfiguration.java,v 1.2 2005/05/09 02:08:10 mrglavas Exp $
| 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 NamespaceContext | fCurrentNSContext Current NamespaceContext. |
| protected NamespaceSupport | fNonXIncludeNSContext Non-XInclude NamespaceContext. |
| protected boolean | fXIncludeEnabled Flag indicating whether XInclude processsing is enabled. |
| protected XIncludeHandler | fXIncludeHandler XInclude handler. |
| protected XIncludeNamespaceSupport | fXIncludeNSContext XInclude NamespaceContext. |
| protected static String | NAMESPACE_CONTEXT Property identifier: error reporter. |
| protected static String | XINCLUDE_FEATURE Feature identifier: XInclude processing |
| 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 | |
|---|---|
| XIncludeAwareParserConfiguration() Default constructor. | |
| XIncludeAwareParserConfiguration(SymbolTable symbolTable)
Constructs a parser configuration using the specified symbol table.
| |
| XIncludeAwareParserConfiguration(SymbolTable symbolTable, XMLGrammarPool grammarPool)
Constructs a parser configuration using the specified symbol table and
grammar pool.
| |
| XIncludeAwareParserConfiguration(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() |
| boolean | getFeature(String featureId) |
| void | setFeature(String featureId, boolean state) |
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.