Klasse ConfigurationEntityResolver
java.lang.Object
org.apache.torque.generator.configuration.ConfigurationEntityResolver
- Alle implementierten Schnittstellen:
EntityResolver
A resolver to get the confoguration.xsd file for the XML parser from the jar.
- Version:
- $Id: ConfigurationEntityResolver.java 1839288 2018-08-27 09:48:33Z tv $
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungresolveEntity
(String publicId, String systemId) An implementation of the SAXEntityResolver
interface to be called by the XML parser.
-
Felddetails
-
CONFIGURATION_SCHEMA_SYSTEMID
The SystemId of the configuration schema.- Siehe auch:
-
OUTLET_SCHEMA_SYSTEMID
The SystemId of the configuration schema.- Siehe auch:
-
-
Konstruktordetails
-
ConfigurationEntityResolver
public ConfigurationEntityResolver()
-
-
Methodendetails
-
resolveEntity
An implementation of the SAXEntityResolver
interface to be called by the XML parser. If the URI is known, the corresponding resource from the jar is returned. In all other cases, null is returned to indicate that the parser should open a regular connection to the systemId URI.- Angegeben von:
resolveEntity
in SchnittstelleEntityResolver
- Parameter:
publicId
- The public identifier of the external entitysystemId
- The system identifier of the external entity- Gibt zurück:
- An
InputSource
for the entity if the uri is known, or null otherwise. - Löst aus:
IOException
SAXException
-