class: LocalURIResolver

public class: LocalURIResolver
Author: mfranke
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 131 $$LastChangedDate: 2007-11-21 18:53; Complexity: 1
Dates: Created: 16.07.2009 15:21:15; Modified: 16.07.2009 15:21:15;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {E1FD6DD5-812F-4638-9663-353AD00DAC2B}
This class handle URIs in XSLT stylesheets such as xsl:import. In a jar the stylesheet can only be loaded as InputStream. Without this URIResolver it is not possible to work with import statements.
 

Goto: Custom Properties, Methods

Appears in: util

Custom Properties
 
LocalURIResolver Methods
Operation Details
public const
resolve(
   String href,
   String base):Source
Sequential
Tags: throws=TransformerException
Notes: {@inheritDoc}