|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.lotus.xsl.XSLProcessorVersion
LotusXSL administrative class to keep track of the version number of the release. (Somewhat plagiarized from XML4J)
Field Summary | |
static int |
DEVELOPMENT
Development Drop Number. |
static java.lang.String |
LANGUAGE
Implementation Language. |
static int |
MAINTENANCE
Maintenance Drop Number. |
static java.lang.String |
PRODUCT
Constant name of product. |
static int |
RELEASE
Release Number. |
static java.lang.String |
S_VERSION
Version String like "LotusXSLi v.r[.dd| Dnn]" . |
static int |
VERSION
Major version number. |
Constructor Summary | |
XSLProcessorVersion()
|
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public static java.lang.String S_VERSION
"LotusXSLi v.r[.dd| Dnn]"
.
Semantics of the version string are explained in the XML4J FAQ.public static final java.lang.String PRODUCT
public static java.lang.String LANGUAGE
public static int VERSION
public static int RELEASE
public static int MAINTENANCE
public static int DEVELOPMENT
Constructor Detail |
public XSLProcessorVersion()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |