|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | 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 java.lang.String |
LANGUAGE
Deprecated. Implementation Language. |
static int |
MAINTENANCE
Deprecated. Maintenance Drop Number. |
static java.lang.String |
PRODUCT
Deprecated. Constant name of product. |
static int |
RELEASE
Deprecated. Release Number. |
static java.lang.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(java.lang.String[] argv)
Deprecated. Print the processor version to the command line. |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public static final java.lang.String PRODUCT
public static final java.lang.String LANGUAGE
public static final int VERSION
public static final int RELEASE
public static final int MAINTENANCE
public static final int DEVELOPMENT
public static final java.lang.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(java.lang.String[] argv)
argv
- command line arguments, unused.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |