org.andromda.core.transformation
Class XslTransformer.TransformerURIResolver

java.lang.Object
  extended by org.andromda.core.transformation.XslTransformer.TransformerURIResolver
All Implemented Interfaces:
URIResolver
Enclosing class:
XslTransformer

static final class XslTransformer.TransformerURIResolver
extends Object
implements URIResolver

Provides the URI resolving capabilities for the XslTransformer


Constructor Summary
XslTransformer.TransformerURIResolver()
           
 
Method Summary
 Source resolve(String href, String base)
           
 void setLocation(URL location)
          Sets the location of the current transformation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XslTransformer.TransformerURIResolver

XslTransformer.TransformerURIResolver()
Method Detail

resolve

public Source resolve(String href,
                      String base)
               throws TransformerException
Specified by:
resolve in interface URIResolver
Throws:
TransformerException
See Also:
URIResolver.resolve(String, String)

setLocation

public void setLocation(URL location)
Sets the location of the current transformation.

Parameters:
location - the transformation location as a URI.


Copyright © 2003-2012 AndroMDA.org. All Rights Reserved.