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 446761 2006-09-15 21:59:29Z 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 © 1999-2007 The Apache Software Foundation. All Rights Reserved.