org.apache.xerces.impl
Class Version
java.lang.Object
org.apache.xerces.impl.Version
public class Version
- extends Object
This class defines the version number of the parser.
- Version:
- $Id: Version.java 446761 2006-09-15 21:59:29Z mrglavas $
Field Summary |
static String |
fVersion
Deprecated. getVersion() should be used instead. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fVersion
public static String fVersion
- Deprecated. getVersion() should be used instead.
- Version string.
Version
public Version()
getVersion
public static String getVersion()
main
public static void main(String[] argv)
- Prints out the version number to System.out. This is needed
for the build system.
Copyright © 2011. All Rights Reserved.