org.apache.xerces.impl
Class Version

java.lang.Object
  extended by 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.
 
Constructor Summary
Version()
           
 
Method Summary
static String getVersion()
           
static void main(String[] argv)
          Prints out the version number to System.out.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fVersion

public static String fVersion
Deprecated. getVersion() should be used instead.
Version string.

Constructor Detail

Version

public Version()
Method Detail

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.