java.lang.Objectorg.apache.xerces.util.ParserConfigurationSettings
org.apache.xerces.parsers.XML11Configuration
org.apache.xerces.parsers.XIncludeAwareParserConfiguration
All Implemented Interfaces:
XMLPullParserConfiguration, XML11Configurable, XMLComponentManager
Direct Known Subclasses:
SoftReferenceSymbolTableConfiguration, PSVIConfiguration, XMLGrammarCachingConfiguration, SecurityConfiguration
Michael - Glavassevich, IBM$ - Id: XIncludeAwareParserConfiguration.java 447239 2006-09-18 05:08:26Z mrglavas $| Field Summary | ||
|---|---|---|
| protected static final String | ALLOW_UE_AND_NOTATION_EVENTS | Feature identifier: allow notation and unparsed entity events to be sent out of order. |
| 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_FEATURE | Feature identifier: XInclude processing |
| protected static final String | XINCLUDE_HANDLER | Property identifier: error reporter. |
| protected static final String | NAMESPACE_CONTEXT | Property identifier: error reporter. |
| protected XIncludeHandler | fXIncludeHandler | XInclude handler. |
| protected NamespaceSupport | fNonXIncludeNSContext | Non-XInclude NamespaceContext. |
| protected XIncludeNamespaceSupport | fXIncludeNSContext | XInclude NamespaceContext. |
| protected NamespaceContext | fCurrentNSContext | Current NamespaceContext. |
| protected boolean | fXIncludeEnabled | Flag indicating whether XInclude processsing is enabled. |
| Fields inherited from org.apache.xerces.util.ParserConfigurationSettings: |
|---|
| PARSER_SETTINGS, fRecognizedProperties, fProperties, fRecognizedFeatures, fFeatures, fParentSettings |
| Constructor: |
|---|
|
|
|
|
| Method from org.apache.xerces.parsers.XIncludeAwareParserConfiguration Summary: |
|---|
| configurePipeline, configureXML11Pipeline, getFeature, setFeature |
| Methods from org.apache.xerces.parsers.XML11Configuration: |
|---|
| addCommonComponent, addComponent, addRecognizedParamsAndSetDefaults, addXML11Component, checkFeature, checkProperty, cleanup, configurePipeline, configureXML11Pipeline, getDTDContentModelHandler, getDTDHandler, getDocumentHandler, getEntityResolver, getErrorHandler, getFeature, getFeature0, getLocale, parse, parse, reset, resetCommon, resetXML11, setDTDContentModelHandler, setDTDHandler, setDocumentHandler, setEntityResolver, setErrorHandler, setFeature, setInputSource, setLocale, setProperty |
| Methods from org.apache.xerces.util.ParserConfigurationSettings: |
|---|
| addRecognizedFeatures, addRecognizedProperties, checkFeature, checkProperty, getFeature, getProperty, setFeature, setProperty |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.apache.xerces.parsers.XIncludeAwareParserConfiguration Detail: |
|---|
|
|
|
|