com.icl.saxon
public class Version extends Object
Modifier and Type | Field and Description |
---|---|
static String |
javaVersion |
static boolean |
preJDK12 |
Constructor and Description |
---|
Version() |
Modifier and Type | Method and Description |
---|---|
static String |
getProductName() |
static String |
getVersion() |
static String |
getWebSiteAddress() |
static double |
getXSLVersion() |
static String |
getXSLVersionString() |
static boolean |
isPreJDK12() |
public static String javaVersion
public static boolean preJDK12
public static final boolean isPreJDK12()
public static final String getVersion()
public static final double getXSLVersion()
public static final String getXSLVersionString()
public static String getProductName()
public static String getWebSiteAddress()