public enum HostLanguage extends java.lang.Enum<HostLanguage>
Configuration was used| Enum Constant and Description |
|---|
XML_SCHEMA |
XPATH |
XQUERY |
XSLT |
XSLT_PATTERN |
| Modifier and Type | Method and Description |
|---|---|
static HostLanguage |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HostLanguage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HostLanguage XSLT
public static final HostLanguage XQUERY
public static final HostLanguage XML_SCHEMA
public static final HostLanguage XPATH
public static final HostLanguage XSLT_PATTERN
public static HostLanguage[] values()
for (HostLanguage c : HostLanguage.values()) System.out.println(c);
public static HostLanguage 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 nullCopyright (c) 2004-2020 Saxonica Limited.