Overview

Information about this module's container configuration.

Module

The following table contains global module information.

Name:jDTAUS Core ⁑ RI Entity Resolver
Description:SAX EntityResolver resolving XML schemas from classpath resources.
Version:1.15

Specifications

This module does not define any specification.

Implementations

The following table lists all implementations provided by the module.

IdentifierNameVersionFinalImplemented specifications
org.jdtaus.core.sax.ri.resolver.ClasspathEntityResolverjDTAUS Core SPI1.15trueorg.xml.sax.EntityResolver 

Dependencies

The following table lists all dependencies to provide when assembling an application.

SpecificationModuleRequired specification level
org.jdtaus.core.logging.spi.Logger

Logs events for a specific component.

jDTAUS Core ⁑ SPI1.0

Details

Implementation org.jdtaus.core.sax.ri.resolver.ClasspathEntityResolver

EntityResolver implementation resolving XML schemas from classpath resources.

The following table lists all properties of the implementation.

NameTypeAPIValue
defaultSchemaExtensions

Default extensions to match classpath resources with (separated by ',').

class java.lang.Stringnoxsd

The following table lists all dependencies of the implementation.

NameSpecificationImplementationRequired specification level
Loggerorg.jdtaus.core.logging.spi.Loggerany available1.0
Localejava.util.Localedefault1.1

The following table lists all messages the implementation uses.

MessageTemplates
candidateSchema

Information about a schema added to the list of candidate schemas.

Deutsch:

{0} zur Liste der Schema-Kandidaten hinzugefügt.

English:

Added {0} to the list of candidate schema resources.
resolvedSystemId

Information about a resolved schema.

Deutsch:

{0}
        -> {1}

English:

{0}
        -> {1}
unsupportedSystemIdUri

Information about an unsupported system id URI.

Deutsch:

Nicht unterstützter System-ID URI "{0}". {1}

English:

Unsupported system id URI "{0}". {1}
disabled

.

Deutsch:

Klassenpfad-Resourcen konnten nicht verarbeitet werden. Resolver wurde deaktiviert ! {0}

English:

Could not process classpath resources. Resolver is disabled ! {0}

See the javadoc documentation for further information.