org.znerd.xmlenc
Class Library
java.lang.Object
|
+--org.znerd.xmlenc.Library
- public final class Library
- extends Object
Class that represents this xmlenc library.
- Since:
- xmlenc 0.30
- Version:
- $Revision: 1.1 $ $Date: 2003/04/26 16:27:11 $
- Author:
- Ernst de Haan (znerd@FreeBSD.org)
Method Summary |
static String |
getVersion()
Returns the version of the xmlenc library. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
getVersion
public static final String getVersion()
- Returns the version of the xmlenc library.
- Returns:
- the version of this library, for example
"0.33"
,
never null
.
Copyright © Ernst de Haan
See http://xmlenc.sourceforge.net/.