org.apache.xerces.impl

Class Version


public class Version
extends java.lang.Object

This class defines the version number of the parser.
Version:
$Id: Version.java 319804 2004-02-24 23:03:46Z mrglavas $

Field Summary

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

Method Summary

static String
getVersion()
static void
main(argv[] )
Prints out the version number to System.out.

Field Details

fVersion

public static String fVersion

Deprecated. getVersion() should be used instead.

Version string.

Method Details

getVersion

public static String getVersion()

main

public static void main(argv[] )
Prints out the version number to System.out. This is needed for the build system.

Copyright B) 1999-2006 The Apache Software Foundation. All Rights Reserved.