gov.nasa.pds.tools.util
Class XslURIResolver

java.lang.Object
  extended by gov.nasa.pds.tools.util.XslURIResolver
All Implemented Interfaces:
URIResolver

public class XslURIResolver
extends Object
implements URIResolver

This class will load stylesheets used for processing schematron from within the jar file. These resources are in the schematron directory within the jar file of the core library.

Author:
pramirez

Constructor Summary
XslURIResolver()
           
 
Method Summary
 Source resolve(String href, String base)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XslURIResolver

public XslURIResolver()
Method Detail

resolve

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


Copyright © 2010–2014 Planetary Data System. All rights reserved.