Package com.icl.saxon
Class Version
- java.lang.Object
-
- com.icl.saxon.Version
-
public class Version extends java.lang.Object
The Version class holds the SAXON version information.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.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 java.lang.String
getProductName()
static java.lang.String
getVersion()
static java.lang.String
getWebSiteAddress()
static double
getXSLVersion()
static java.lang.String
getXSLVersionString()
static boolean
isPreJDK12()
-
-
-
Method Detail
-
isPreJDK12
public static final boolean isPreJDK12()
-
getVersion
public static final java.lang.String getVersion()
-
getXSLVersion
public static final double getXSLVersion()
-
getXSLVersionString
public static final java.lang.String getXSLVersionString()
-
getProductName
public static java.lang.String getProductName()
-
getWebSiteAddress
public static java.lang.String getWebSiteAddress()
-
-