org.andromda.core.transformation
Class XslTransformer.TransformerURIResolver
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XslTransformer.TransformerURIResolver
XslTransformer.TransformerURIResolver()
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.