Ejemplo n.º 1
0
 /** Sets the XSLT transformer from a URL */
 public void setTransformerURL(URL url) throws TransformerConfigurationException, IOException {
   notNull(url, "url");
   setTransformerInputStream(url.openStream());
 }