|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.saxon.Version
public final class Version
The Version class holds the SAXON version information.
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 |
getProductVersion()
Get the version number of this version of the product |
static String |
getReleaseDate()
Get the issue date of this version of the product |
static String |
getSchemaAwareProductVersion()
Get the version number of the schema-aware version of the product |
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static final String getProductName()
public static final String getSchemaAwareProductVersion()
public static final String getProductVersion()
public static final String getReleaseDate()
public static final String getXSLVersionString()
public static final String getProductTitle()
public static final String getWebSiteAddress()
public static void main(String[] args)
args
- not used
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |