|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.xalan.processor.XSLProcessorVersion
Administrative class to keep track of the version number of the Xalan release.
See also: org/apache/xalan/res/XSLTInfo.properties
Field Summary | |
static int |
DEVELOPMENT
Deprecated. Development Drop Number. |
static String |
LANGUAGE
Deprecated. Implementation Language. |
static int |
MAINTENANCE
Deprecated. Maintenance Drop Number. |
static String |
PRODUCT
Deprecated. Constant name of product. |
static int |
RELEASE
Deprecated. Release Number. |
static String |
S_VERSION
Deprecated. Version String like "Xalan Language
v.r[.dd| Dnn]" .
|
static int |
VERSION
Deprecated. Major version number. |
Constructor Summary | |
XSLProcessorVersion()
Deprecated. |
Method Summary | |
static void |
main(String[] argv)
Deprecated. Print the processor version to the command line. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String PRODUCT
public static String LANGUAGE
public static int VERSION
public static int RELEASE
public static int MAINTENANCE
public static int DEVELOPMENT
public static String S_VERSION
"Xalan Language
v.r[.dd| Dnn]"
.
Semantics of the version string are identical to the Xerces project.
Constructor Detail |
public XSLProcessorVersion()
Method Detail |
public static void main(String[] argv)
argv
- command line arguments, unused.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |