@API(type=NOT_EXTENDABLE,
src=PUBLIC)
public enum XSLTVersion
extends java.lang.Enum<XSLTVersion>
| Enum Constant and Description |
|---|
XSLT_VERSION_1_0
XSLT version 1.0.
|
XSLT_VERSION_2_0
XSLT version 2.0.
|
XSLT_VERSION_3_0
XSLT version 3.0.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getId() |
static XSLTVersion |
getXSLTVersionForId(int id) |
static XSLTVersion |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static XSLTVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XSLTVersion XSLT_VERSION_1_0
public static final XSLTVersion XSLT_VERSION_2_0
public static final XSLTVersion XSLT_VERSION_3_0
public static XSLTVersion[] values()
for (XSLTVersion c : XSLTVersion.values()) System.out.println(c);
public static XSLTVersion valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic int getId()
public static XSLTVersion getXSLTVersionForId(int id)
id - the id of the XSLT version.© Copyright SyncRO Soft SRL 2002 - 2016. All rights reserved.