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. |
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 final String | NAMESPACE_CONTEXT
Property identifier: error reporter. |
protected static final String | XINCLUDE_FEATURE
Feature identifier: XInclude processing |
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 | XIncludeAwareParserConfiguration(SymbolTable
The symbol table to use. symbolTable)Constructs a parser configuration using the specified symbol table. |
public | XIncludeAwareParserConfiguration(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 | XIncludeAwareParserConfiguration(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. |
public | XIncludeAwareParserConfiguration(SymbolTable symbolTable, XMLGrammarPool grammarPool, XMLComponentManager parentSettings, XMLSecurityPropertyManager securityPropertyMgr, XMLSecurityManager securityManager)
|
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 FeatureState | getFeatureState(String
The feature identifier. featureId)Overrides com. Implements com. Returns the state of a feature. |
public void | setFeature(String
The unique identifier (URI) of the feature. featureId, boolean The requested state of the feature (true or false). state)Overrides com. Implements com. Set the state of a feature. |
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. |
fCurrentNSContext | back to summary |
---|---|
protected NamespaceContext fCurrentNSContext Current NamespaceContext. |
fNonXIncludeNSContext | back to summary |
---|---|
protected NamespaceSupport fNonXIncludeNSContext Non-XInclude NamespaceContext. |
fXIncludeEnabled | back to summary |
---|---|
protected boolean fXIncludeEnabled Flag indicating whether XInclude processsing is enabled. |
fXIncludeHandler | back to summary |
---|---|
protected XIncludeHandler fXIncludeHandler XInclude handler. |
fXIncludeNSContext | back to summary |
---|---|
protected XIncludeNamespaceSupport fXIncludeNSContext XInclude NamespaceContext. |
NAMESPACE_CONTEXT | back to summary |
---|---|
protected static final String NAMESPACE_CONTEXT Property identifier: error reporter. |
XINCLUDE_FEATURE | back to summary |
---|---|
protected static final String XINCLUDE_FEATURE Feature identifier: XInclude processing |
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. |
XIncludeAwareParserConfiguration | back to summary |
---|---|
public XIncludeAwareParserConfiguration() Default constructor. |
XIncludeAwareParserConfiguration | back to summary |
---|---|
public XIncludeAwareParserConfiguration(SymbolTable symbolTable) Constructs a parser configuration using the specified symbol table.
|
XIncludeAwareParserConfiguration | back to summary |
---|---|
public XIncludeAwareParserConfiguration(SymbolTable symbolTable, XMLGrammarPool grammarPool) Constructs a parser configuration using the specified symbol table and grammar pool.
|
XIncludeAwareParserConfiguration | back to summary |
---|---|
public XIncludeAwareParserConfiguration(SymbolTable symbolTable, XMLGrammarPool grammarPool, XMLComponentManager parentSettings) Constructs a parser configuration using the specified symbol table, grammar pool, and parent settings.
|
XIncludeAwareParserConfiguration | back to summary |
---|---|
public XIncludeAwareParserConfiguration(SymbolTable symbolTable, XMLGrammarPool grammarPool, XMLComponentManager parentSettings, XMLSecurityPropertyManager securityPropertyMgr, XMLSecurityManager securityManager) |
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. |
getFeatureState | back to summary |
---|---|
public FeatureState getFeatureState(String featureId) throws XMLConfigurationException Overrides com. Implements com. Doc from com. Returns the state of a feature.
|
setFeature | back to summary |
---|---|
public void setFeature(String featureId, boolean state) throws XMLConfigurationException Overrides com. Implements com. Doc from com. Set the state of a feature. Set the state of any feature in a SAX2 parser. The parser might not recognize the feature, and if it does recognize it, it might not be able to fulfill the request.
|