org.apache.xalan.processor
public class XSLProcessorVersion extends java.lang.Object
See also: org/apache/xalan/res/XSLTInfo.properties
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
XSLProcessorVersion()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] argv)
Deprecated.
Print the processor version to the command line.
|
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.
Copyright ? 2006 Apache XML Project. All Rights Reserved.