Package com.icl.saxon
Class Version
- java.lang.Object
-
- com.icl.saxon.Version
-
public class Version extends Object
The Version class holds the SAXON version information.
-
-
Field Summary
Fields Modifier and Type Field Description static String
javaVersion
static boolean
preJDK12
-
Constructor Summary
Constructors Constructor Description Version()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getProductName()
static String
getVersion()
static String
getWebSiteAddress()
static double
getXSLVersion()
static String
getXSLVersionString()
static boolean
isPreJDK12()
-
-
-
Field Detail
-
javaVersion
public static String javaVersion
-
preJDK12
public static boolean preJDK12
-
-
Method Detail
-
isPreJDK12
public static final boolean isPreJDK12()
-
getVersion
public static final String getVersion()
-
getXSLVersion
public static final double getXSLVersion()
-
getXSLVersionString
public static final String getXSLVersionString()
-
getProductName
public static String getProductName()
-
getWebSiteAddress
public static String getWebSiteAddress()
-
-