|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.saxon.Version
The Version class holds the SAXON version information.
Method Summary | |
static java.lang.String |
getProductName()
Return the name of this product. |
static java.lang.String |
getProductTitle()
Get a message used to identify this product when a transformation is run using the -t option |
static java.lang.String |
getProductVersion()
Get the version number of this version of the product |
static java.lang.String |
getReleaseDate()
Get the issue date of this version of the product |
static java.lang.String |
getSchemaAwareProductVersion()
Get the version number of the schema-aware version of the product |
static java.lang.String |
getWebSiteAddress()
Return a web site address containing information about the product. |
static java.lang.String |
getXSLVersionString()
Get the version of the XSLT specification that this product supports |
static void |
main(java.lang.String[] args)
Invoking net.sf.saxon.Version from the command line outputs the build number |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static final java.lang.String getProductName()
public static final java.lang.String getSchemaAwareProductVersion()
public static final java.lang.String getProductVersion()
public static final java.lang.String getReleaseDate()
public static final java.lang.String getXSLVersionString()
public static final java.lang.String getProductTitle()
public static final java.lang.String getWebSiteAddress()
public static void main(java.lang.String[] args)
args
- not used
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |