Example usage for org.xml.sax EntityResolver interface-usage

List of usage examples for org.xml.sax EntityResolver interface-usage

Introduction

In this page you can find the example usage for org.xml.sax EntityResolver interface-usage.

Usage

From source file org.betaconceptframework.astroboa.engine.definition.xsom.CmsEntityResolverForValidation.java

/**
 * Used to resolve imports from definition xsd files
 * and mainly to provide the right xsd definition file
 * when validating definition files. 
 * 
 * This resolver must have all definitions inside a map.

From source file org.betaconceptframework.astroboa.engine.definition.xsom.EntityResolverForBuiltInSchemas.java

/**
 * Used to resolve imports from definition xsd files
 * and mainly to provide the right xsd definition file
 * for internal astroboa types
 * 
 * @author Gregory Chomatas (gchomatas@betaconcept.com)

From source file org.data.support.beans.factory.xml.SchemaResolver.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/query.schemas</code> allowing for multiple files to exist on the

From source file com.augmentum.common.util.EntityResolver.java

/**
 * <a href="EntityResolver.java.html"><b><i>View Source</i></b></a>
 *
 * @author Brian Wing Shun Chan
 *
 */

From source file org.apache.cocoon.core.xml.impl.DefaultEntityResolver.java

/**
 * A component that uses catalogs for resolving entities.
 * This implementation uses the XML Entity and URI Resolvers from
 * http://xml.apache.org/commons/
 * published by Norman Walsh. More information on the catalogs can be
 * found at

From source file com.npower.dm.xml.LocalEntityResolver.java

/**
 * @author Zhao DongLu
 * @version $Revision: 1.2 $ $Date: 2008/12/15 03:46:44 $
 */
public class LocalEntityResolver implements EntityResolver {

From source file org.betaconceptframework.astroboa.configuration.W3CRelatedSchemaEntityResolver.java

/**
 * When the repository registry is initialized, Astroboa configuration file is loaded and validated
 * against the configuration XML Schema. 
 * 
 * During the validation process, XSDs are validated by the parser. Part of the validation process 
 * is to import all necessary XSDs or DTDs dependencies.

From source file org.callimachusproject.xml.XdmNodeFactory.java

public class XdmNodeFactory implements EntityResolver, URIResolver, ModuleURIResolver, UnparsedTextURIResolver {
    private static final String XML_MEDIA = "application/xml, application/xslt+xml, application/xproc+xml, text/xml, text/xsl";
    private static final String XQUERY_MEDIA = "application/xquery, " + XML_MEDIA;
    private final Processor processor;
    private final InputSourceResolver xmlResolver;
    private final ModuleURIResolver xqueryResolver;

From source file org.collectionspace.csp.helper.core.ConfigFinder.java

/** Here's where we look for the config. 
 * 
 * First we look for an environment variable containing the actual config.
 * Next we look for a servlet attribute specifying a path.
 * Next we look in ${jboss.home.dir}/server/cspace/conf/cspace-config.xml
 * Next we look in the classpath for a name supplied in a servlet attribute.

From source file com.adaptris.util.text.xml.Resolver.java

/**
 * Simple resolver that caches URLs that it has previously encountered.
 * 
 * @author Stuart Ellidge
 * 
 * @config simple-entity-resolver