java.lang.Objectorg.apache.xerces.util.ParserConfigurationSettings
org.apache.xerces.parsers.BasicParserConfiguration
org.apache.xerces.parsers.DTDConfiguration
org.apache.xerces.parsers.StandardParserConfiguration
All Implemented Interfaces:
XMLPullParserConfiguration, XMLParserConfiguration, XMLComponentManager
Direct Known Subclasses:
NonValidatingParserConfiguration, IntegratedParserConfiguration
In addition to the features and properties recognized by the base parser configuration, this class recognizes these additional features and properties:
Arnaud
- Le Hors, IBMAndy
- Clark, IBM$
- Id: StandardParserConfiguration.java 447239 2006-09-18 05:08:26Z mrglavas $Field Summary | ||
---|---|---|
protected static final String | NORMALIZE_DATA | Feature identifier: expose schema normalized value |
protected static final String | SCHEMA_ELEMENT_DEFAULT | Feature identifier: send element default value via characters() |
protected static final String | SCHEMA_AUGMENT_PSVI | Feature identifier: augment PSVI |
protected static final String | XMLSCHEMA_VALIDATION | feature identifier: XML Schema validation |
protected static final String | XMLSCHEMA_FULL_CHECKING | feature identifier: XML Schema validation -- full checking |
protected static final String | GENERATE_SYNTHETIC_ANNOTATIONS | Feature: generate synthetic annotations |
protected static final String | VALIDATE_ANNOTATIONS | Feature identifier: validate annotations |
protected static final String | HONOUR_ALL_SCHEMALOCATIONS | Feature identifier: honour all schemaLocations |
protected static final String | IGNORE_XSI_TYPE | Feature identifier: whether to ignore xsi:type attributes until a global element declaration is encountered |
protected static final String | ID_IDREF_CHECKING | Feature identifier: whether to ignore ID/IDREF errors |
protected static final String | UNPARSED_ENTITY_CHECKING | Feature identifier: whether to ignore unparsed entity errors |
protected static final String | IDENTITY_CONSTRAINT_CHECKING | Feature identifier: whether to ignore identity constraint errors |
protected static final String | SCHEMA_VALIDATOR | Property identifier: XML Schema validator. |
protected static final String | SCHEMA_LOCATION | Property identifier: schema location. |
protected static final String | SCHEMA_NONS_LOCATION | Property identifier: no namespace schema location. |
protected static final String | ROOT_TYPE_DEF | Property identifier: root type definition. |
protected XMLSchemaValidator | fSchemaValidator | XML Schema Validator. |
Fields inherited from org.apache.xerces.util.ParserConfigurationSettings: |
---|
PARSER_SETTINGS, fRecognizedProperties, fProperties, fRecognizedFeatures, fFeatures, fParentSettings |
Constructor: |
---|
|
|
REVISIT: Grammar pool will be updated when the new validation engine is implemented.
|
REVISIT: Grammar pool will be updated when the new validation engine is implemented.
|
Method from org.apache.xerces.parsers.StandardParserConfiguration Summary: |
---|
checkFeature, checkProperty, configurePipeline |
Methods from org.apache.xerces.parsers.DTDConfiguration: |
---|
checkFeature, checkProperty, cleanup, configureDTDPipeline, configurePipeline, createDTDProcessor, createDTDScanner, createDTDValidator, createDatatypeValidatorFactory, createDocumentScanner, createEntityManager, createErrorReporter, createNamespaceBinder, createValidationManager, parse, parse, reset, setInputSource, setLocale |
Methods from org.apache.xerces.parsers.BasicParserConfiguration: |
---|
addComponent, checkFeature, checkProperty, getDTDContentModelHandler, getDTDHandler, getDocumentHandler, getEntityResolver, getErrorHandler, getLocale, parse, reset, setDTDContentModelHandler, setDTDHandler, setDocumentHandler, setEntityResolver, setErrorHandler, setFeature, 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.StandardParserConfiguration Detail: |
---|
|
|
|