Package org.apache.xerces.impl
Class Version
java.lang.Object
org.apache.xerces.impl.Version
This class defines the version number of the parser.
- Version:
- $Id: Version.java 446761 2006-09-15 21:59:29Z mrglavas $
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
static void
Prints out the version number to System.out.
-
Field Details
-
fVersion
Deprecated.getVersion() should be used instead.Version string.
-
-
Constructor Details
-
Version
public Version()
-
-
Method Details
-
getVersion
-
main
Prints out the version number to System.out. This is needed for the build system.
-