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
.
com.sun.org.apache.xerces.internal.xinclude.XIncludeHandler
Modifier and Type | Field and Description |
---|---|
protected static final String | ALLOW_UE_AND_NOTATION_EVENTS
Feature identifier: allow notation and unparsed entity events to be sent out of order. |
private XIncludeHandler | |
protected static final String | NAMESPACE_CONTEXT
Property identifier: error reporter. |
protected static final String | XINCLUDE_FIXUP_BASE_URIS
Feature identifier: fixup base URIs. |
protected static final String | XINCLUDE_FIXUP_LANGUAGE
Feature identifier: fixup language. |
protected static final String | XINCLUDE_HANDLER
Property identifier: error reporter. |
Access | Constructor and Description |
---|---|
public | |
public | XIncludeParserConfiguration(SymbolTable
The symbol table to use. symbolTable)Constructs a parser configuration using the specified symbol table. |
public | XIncludeParserConfiguration(SymbolTable
The symbol table to use. symbolTable, XMLGrammarPool The grammar pool to use. grammarPool)Constructs a parser configuration using the specified symbol table and grammar pool. |
public | XIncludeParserConfiguration(SymbolTable
The symbol table to use. symbolTable, XMLGrammarPool The grammar pool to use. grammarPool, XMLComponentManager The parent settings. parentSettings)Constructs a parser configuration using the specified symbol table, grammar pool, and parent settings. |
Modifier and Type | Method and Description |
---|---|
protected void | configurePipeline()
Overrides com. Configures the pipeline. |
protected void | configureXML11Pipeline()
Overrides com. Configures the XML 1.1 pipeline. |
public void | setProperty(String propertyId, Object value)
Overrides com. Implements com. setProperty |
ALLOW_UE_AND_NOTATION_EVENTS | back to summary |
---|---|
protected static final String ALLOW_UE_AND_NOTATION_EVENTS Feature identifier: allow notation and unparsed entity events to be sent out of order. |
fXIncludeHandler | back to summary |
---|---|
private XIncludeHandler fXIncludeHandler |
NAMESPACE_CONTEXT | back to summary |
---|---|
protected static final String NAMESPACE_CONTEXT Property identifier: error reporter. |
XINCLUDE_FIXUP_BASE_URIS | back to summary |
---|---|
protected static final String XINCLUDE_FIXUP_BASE_URIS Feature identifier: fixup base URIs. |
XINCLUDE_FIXUP_LANGUAGE | back to summary |
---|---|
protected static final String XINCLUDE_FIXUP_LANGUAGE Feature identifier: fixup language. |
XINCLUDE_HANDLER | back to summary |
---|---|
protected static final String XINCLUDE_HANDLER Property identifier: error reporter. |
XIncludeParserConfiguration | back to summary |
---|---|
public XIncludeParserConfiguration() Default constructor. |
XIncludeParserConfiguration | back to summary |
---|---|
public XIncludeParserConfiguration(SymbolTable symbolTable) Constructs a parser configuration using the specified symbol table.
|
XIncludeParserConfiguration | back to summary |
---|---|
public XIncludeParserConfiguration(SymbolTable symbolTable, XMLGrammarPool grammarPool) Constructs a parser configuration using the specified symbol table and grammar pool.
|
XIncludeParserConfiguration | back to summary |
---|---|
public XIncludeParserConfiguration(SymbolTable symbolTable, XMLGrammarPool grammarPool, XMLComponentManager parentSettings) Constructs a parser configuration using the specified symbol table, grammar pool, and parent settings.
|
configurePipeline | back to summary |
---|---|
protected void configurePipeline() Overrides com. Configures the pipeline. |
configureXML11Pipeline | back to summary |
---|---|
protected void configureXML11Pipeline() Overrides com. Doc from com. Configures the XML 1.1 pipeline. Note this method also resets the new XML11 components. |
setProperty | back to summary |
---|---|
public void setProperty(String propertyId, Object value) throws XMLConfigurationException Overrides com. Implements com. Doc from com. setProperty
|