public class SaxonUtilities extends Object
| Constructor and Description |
|---|
SaxonUtilities() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
saxonTransform(Map<String,byte[]> files,
byte[] source,
byte[] xslt) |
static String |
saxonTransform(String source,
String xslt) |
static void |
saxonTransform(String xsltDir,
String source,
String xslt,
String dest,
URIResolver alt) |
static void |
saxonTransform(String xsltDir,
String source,
String xslt,
String dest,
URIResolver alt,
Map<String,String> params) |
static byte[] |
transform(Map<String,byte[]> files,
byte[] source,
byte[] xslt) |
static void |
transform(String xsltDir,
String source,
String xslt,
String dest,
URIResolver alt) |
public SaxonUtilities()
public static byte[] saxonTransform(Map<String,byte[]> files, byte[] source, byte[] xslt) throws TransformerException
TransformerExceptionpublic static byte[] transform(Map<String,byte[]> files, byte[] source, byte[] xslt) throws TransformerException
TransformerExceptionpublic static String saxonTransform(String source, String xslt) throws TransformerException, FileNotFoundException
public static void saxonTransform(String xsltDir, String source, String xslt, String dest, URIResolver alt) throws FileNotFoundException, TransformerException
public static void saxonTransform(String xsltDir, String source, String xslt, String dest, URIResolver alt, Map<String,String> params) throws FileNotFoundException, TransformerException
public static void transform(String xsltDir, String source, String xslt, String dest, URIResolver alt) throws FileNotFoundException, TransformerException
Copyright © 2014–2018 University Health Network. All rights reserved.