Example usage for org.w3c.dom.ls LSResourceResolver interface-usage

List of usage examples for org.w3c.dom.ls LSResourceResolver interface-usage

Introduction

In this page you can find the example usage for org.w3c.dom.ls LSResourceResolver interface-usage.

Usage

From source file be.fedict.eid.dss.document.xml.SignatureServiceLSResourceResolver.java

public class SignatureServiceLSResourceResolver implements LSResourceResolver {

    private static final Log LOG = LogFactory.getLog(SignatureServiceLSResourceResolver.class);

    private final DSSDocumentContext context;

From source file org.openehealth.ipf.commons.xml.LSResourceResolverImpl.java

/**
 * Resolve external resources, such as external XML Schema, by looking in the
 * classpath. This enables to e.g. split a XML schema into several files that
 * depend on each other.
 * <p>
 * The resolver is NOT capable of resolving relative resources, e.g.

From source file com.predic8.membrane.core.interceptor.schemavalidation.SOAModelResourceResolver.java

public class SOAModelResourceResolver implements LSResourceResolver {

    private static Log log = LogFactory.getLog(SOAModelResourceResolver.class.getName());

    private List<Schema> schemas;

From source file org.raml.v2.internal.utils.xml.XsdResourceResolver.java

public class XsdResourceResolver implements LSResourceResolver {

    private final String resourcePath;
    private final ResourceLoader resourceLoader;

    public XsdResourceResolver(ResourceLoader resourceLoader, String resourcePath) {

From source file be.fedict.eid.dss.model.bean.SignatureServiceLSResourceResolver.java

public class SignatureServiceLSResourceResolver implements LSResourceResolver {

    private static final Log LOG = LogFactory.getLog(SignatureServiceLSResourceResolver.class);

    private final EntityManager entityManager;

From source file org.raml.parser.XsdResourceResolver.java

public class XsdResourceResolver implements LSResourceResolver {

    private final ContextPath contextPath;
    private final ResourceLoader resourceLoader;

    public XsdResourceResolver(ContextPath contextPath, ResourceLoader resourceLoader) {

From source file org.roda.core.common.validation.ResourceResolver.java

public class ResourceResolver implements LSResourceResolver {

    private static CacheLoader<String, byte[]> loader = new CacheLoader<String, byte[]>() {

        @Override
        public byte[] load(String href) throws Exception {

From source file org.apache.cocoon.components.validation.jaxp.JaxpResolver.java

/**
 * <p>An implementation of the {@link LSResourceResolver} interface based on the
 * generic {@link ValidationResolver} to supply to JAXP schema factories.</p>
 *
 */
public class JaxpResolver extends ValidationResolver implements LSResourceResolver {

From source file eu.delving.metadata.CachedResourceResolver.java

/**
 * Fetch XML resources using HTTP and cache them locally in a subdirectory beside all of the directories for
 * the datasets.  With the resources fetched, it becomes possible to work off-line.
 *
 * @author Gerald de Jong <gerald@delving.eu>
 */

From source file org.apromore.canoniser.bpmn.bpmn.JarLSResourceResolver.java

/**
 * During XML schema parsing, resolve imports and includes by loading resources in the Java class path, rather than loading them from URLs.
 *
 * @author <a href="mailto:simon.raboczi@uqconnect.edu.au">Simon Raboczi</a>
 */
class JarLSResourceResolver implements LSResourceResolver {