java.lang.Objectorg.apache.xerces.util.ParserConfigurationSettings
org.apache.xerces.parsers.XML11Configuration
org.apache.xerces.parsers.XIncludeParserConfiguration
All Implemented Interfaces:
XMLPullParserConfiguration, XML11Configurable, XMLComponentManager
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
.Peter
- McCracken, IBMField 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_HANDLER | Property identifier: error reporter. |
protected static final String | NAMESPACE_CONTEXT | Property identifier: error reporter. |
Fields inherited from org.apache.xerces.util.ParserConfigurationSettings: |
---|
PARSER_SETTINGS, fRecognizedProperties, fProperties, fRecognizedFeatures, fFeatures, fParentSettings |
Constructor: |
---|
|
|
|
|
Method from org.apache.xerces.parsers.XIncludeParserConfiguration Summary: |
---|
configurePipeline, configureXML11Pipeline, setProperty |
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.XIncludeParserConfiguration Detail: |
---|
|
|
|