net.sf.saxon
public final class Version extends Object
Method Summary | |
---|---|
static String | getProductName()
Return the name of this product. |
static String | getProductTitle()
Get a message used to identify this product when a transformation is run using the -t option |
static String | getProductVariantAndVersion(Configuration config)
Get the version number of the schema-aware version of the product |
static String | getProductVersion()
Get the user-visible version number of this version of the product |
static String | getReleaseDate()
Get the issue date of this version of the product |
static int[] | getStructuredVersionNumber()
Get the four components of the structured version number. |
static String | getWebSiteAddress()
Return a web site address containing information about the product. |
static String | getXSLVersionString()
Get the version of the XSLT specification that this product supports |
static void | main(String[] args)
Invoking net.sf.saxon.Version from the command line outputs the build number |
Returns: the string "SAXON"
Returns: A string containing both the product name and the product version
Returns: the version number of this version of Saxon, as a string
Returns: the version number of this version of Saxon, as a string: for example "9.0.1"
Returns: the release date, as an ISO 8601 string
Returns: the four components of the version number, as an array: for example {9, 0, 1, 1}
Returns: the string "http://saxon.sf.net/"
Returns: the string 2.0
Parameters: args not used