class: LocalURIResolver

public class: LocalURIResolver
Author: mfranke
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 1951 $$LastChangedDate: 2009-05-07 10:2; Complexity: 1
Dates: Created: 16.07.2009 15:13:16; Modified: 16.07.2009 15:13:16;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {F58A7B77-E4D6-444c-8079-6A0DA69981B1}
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, Fields, Methods

Appears in: util

Custom Properties
 
LocalURIResolver Attributes
Attribute Details
private String
  base
Initial: ""
 
LocalURIResolver Methods
Operation Details
public
LocalURIResolver():
Sequential
Notes: Default constructor.
public
LocalURIResolver(
   String base):
Sequential
Notes: Field-based constructor.
public const
resolve(
   String href,
   String altBase):Source
Sequential
Tags: throws=TransformerException
Notes: {@inheritDoc}