public class

Version

extends Object
java.lang.Object
   ↳ org.apache.xerces.impl.Version

Class Overview

This class defines the version number of the parser.

Summary

Fields
public static String fVersion This field is deprecated. getVersion() should be used instead.
Public Constructors
Version()
Public Methods
static String getVersion()
static void main(String[] argv)
Prints out the version number to System.out.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public static String fVersion

This field is deprecated.
getVersion() should be used instead.

Version string.

Public Constructors

public Version ()

Public Methods

public static String getVersion ()

public static void main (String[] argv)

Prints out the version number to System.out. This is needed for the build system.