Example usage for javax.xml.transform URIResolver interface-usage

List of usage examples for javax.xml.transform URIResolver interface-usage

Introduction

In this page you can find the example usage for javax.xml.transform URIResolver interface-usage.

Usage

From source file org.apache.cocoon.components.xslt.TraxProcessor.java

/**
 * Adaptation of Excalibur's XSLTProcessor implementation to allow for better
 * error reporting.
 * 
 * @version $Id: TraxProcessor.java 372265 2006-01-25 16:42:48Z jbq $
 * @since 2.1.8

From source file org.chiba.xml.xslt.impl.CachingTransformerService.java

/**
 * Provides a resource caching implmentation of TransformerService. Special
 * care is taken for the inter-dependencies of the cached resources, i.e.
 * a resource is considered dirty if any dependant resource is dirty. This
 * means that a stylesheet will be reloaded even if just an included stylesheet
 * has been changed. 

From source file org.mycore.common.xml.MCRURIResolver.java

/**
 * Reads XML documents from various URI types. This resolver is used to read DTDs, XML Schema files, XSL document()
 * usages, xsl:include usages and MyCoRe Editor include declarations. DTDs and Schema files are read from the CLASSPATH
 * of the application when XML is parsed. XML document() calls and xsl:include calls within XSL stylesheets can be read
 * from URIs of type resource, webapp, file, session, query or mcrobject. MyCoRe editor include declarations can read
 * XML files from resource, webapp, file, session, http or https, query, or mcrobject URIs.