List of usage examples for org.xml.sax EntityResolver interface-usage
From source file org.apache.torque.engine.database.transform.DTDResolver.java
/**
* A resolver to get the database.dtd file for the XML parser from the jar.
*
* @author <a href="mailto:mpoeschl@marmot.at">Martin Poeschl</a>
* @author <a href="mailto:kschrader@karmalab.org">Kurt Schrader</a>
* @author <a href="mailto:quintonm@bellsouth.net">Quinton McCombs</a>
From source file org.safehaus.penrose.partition.PartitionReader.java
/** * @author Endi S. Dewata */ public class PartitionReader implements EntityResolver { public Logger log = LoggerFactory.getLogger(getClass());
From source file com.knitml.core.xml.PluggableSchemaResolver.java
/**
* {@link EntityResolver} implementation that attempts to resolve schema URLs into
* local {@link ClassPathResource classpath resources} using a set of mappings files.
*
* <p>By default, this class will look for mapping files in the classpath using the pattern:
* <code>META-INF/spring.schemas</code> allowing for multiple files to exist on the
From source file org.apache.geode.management.internal.configuration.utils.DtdResolver.java
/******
* This class is used to resolve the location of DTD. During development time the dtd for the latest
* version is not published on the www.gemstone.com , then the dtd should be picked up as a resource
* from the Jar file.
*
* @deprecated As of 8.1 use {@link CacheXml}
From source file org.rhq.core.pluginapi.util.SelectiveSkippingEntityResolver.java
/**
* An XML entity resolver that skips resolution of any entities with system IDs that match a specified regular
* expression. The {@link #getDtdAndXsdSkippingInstance()} convenience method can be used to return an instance
* that skips resolution of DTDs and XML schemas.
*
* @author Ian Springer
From source file de.ii.xtraplatform.ogc.api.gml.parser.OGCEntityResolver.java
/** * * @author fischer */ public class OGCEntityResolver implements EntityResolver {
From source file org.betaconceptframework.astroboa.engine.definition.RepositoryEntityResolver.java
/**
* Entity Resolver for REPOSITORY schemas defined in a repository.
*
* @author Gregory Chomatas (gchomatas@betaconcept.com)
* @author Savvas Triantafyllou (striantafyllou@betaconcept.com)
*
From source file org.safehaus.penrose.log.log4j.Log4jConfigReader.java
/** * @author Endi S. Dewata */ public class Log4jConfigReader implements EntityResolver { public Logger log = LoggerFactory.getLogger(getClass());
From source file org.pentaho.reporting.libraries.xmlns.parser.ParserEntityResolver.java
/** * Resolves the JFreeReport DTD specification and routes the parser to a local copy. * * @author Thomas Morgner */ public final class ParserEntityResolver implements EntityResolver {
From source file org.springframework.beans.factory.xml.PluggableSchemaResolver.java
/**
* {@link EntityResolver} implementation that attempts to resolve schema URLs into
* local {@link ClassPathResource classpath resources} using a set of mappings files.
*
* <p>By default, this class will look for mapping files in the classpath using the pattern:
* {@code META-INF/spring.schemas} allowing for multiple files to exist on the