Fields Summary |
---|
private static final String | SCHEMA_VALIDATIONFeature identifier: schema validation. |
private static final String | VALIDATIONFeature identifier: validation. |
private static final String | USE_GRAMMAR_POOL_ONLYFeature identifier: use grammar pool only. |
protected static final String | IGNORE_XSI_TYPEFeature identifier: whether to ignore xsi:type attributes until a global element declaration is encountered |
protected static final String | ID_IDREF_CHECKINGFeature identifier: whether to ignore ID/IDREF errors |
protected static final String | UNPARSED_ENTITY_CHECKINGFeature identifier: whether to ignore unparsed entity errors |
protected static final String | IDENTITY_CONSTRAINT_CHECKINGFeature identifier: whether to ignore identity constraint errors |
private static final String | ENTITY_MANAGERProperty identifier: entity manager. |
private static final String | ENTITY_RESOLVERProperty identifier: entity resolver. |
private static final String | ERROR_HANDLERProperty identifier: error handler. |
private static final String | ERROR_REPORTERProperty identifier: error reporter. |
private static final String | NAMESPACE_CONTEXTProperty identifier: namespace context. |
private static final String | SCHEMA_VALIDATORProperty identifier: XML Schema validator. |
private static final String | SECURITY_MANAGERProperty identifier: security manager. |
private static final String | SYMBOL_TABLEProperty identifier: symbol table. |
private static final String | VALIDATION_MANAGERProperty identifier: validation manager. |
private static final String | XMLGRAMMAR_POOLProperty identifier: grammar pool. |
private boolean | fConfigUpdatedfConfigUpdated is set to true if there has been any change to the configuration settings,
i.e a feature or a property was changed. |
private boolean | fUseGrammarPoolOnlyTracks whether the validator should use components from
the grammar pool to the exclusion of all others. |
private final HashMap | fComponentsLookup map for components required for validation. |
private org.apache.xerces.impl.XMLEntityManager | fEntityManagerEntity manager. |
private org.apache.xerces.impl.XMLErrorReporter | fErrorReporterError reporter. |
private org.apache.xerces.xni.NamespaceContext | fNamespaceContextNamespace context. |
private org.apache.xerces.impl.xs.XMLSchemaValidator | fSchemaValidatorXML Schema validator. |
private org.apache.xerces.impl.validation.ValidationManager | fValidationManagerValidation manager. |
private HashMap | fInitFeaturesStores initial feature values for validator reset. |
private HashMap | fInitPropertiesStores initial property values for validator reset. |
private org.apache.xerces.util.SecurityManager | fInitSecurityManagerStores the initial security manager. |
private ErrorHandler | fErrorHandlerApplication's ErrorHandler. |
private LSResourceResolver | fResourceResolverApplication's LSResourceResolver. |