| Enum Constant and Description |
|---|
DTD |
NVDL |
RNC |
RNG |
SCHEMATRON |
XPROC |
XQUERY |
XSD |
XSLT |
| Modifier and Type | Method and Description |
|---|---|
static URISpace |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static URISpace[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final URISpace DTD
public static final URISpace NVDL
public static final URISpace RNC
public static final URISpace RNG
public static final URISpace SCHEMATRON
public static final URISpace XPROC
public static final URISpace XQUERY
public static final URISpace XSD
public static final URISpace XSLT
public static URISpace[] values()
for (URISpace c : URISpace.values()) System.out.println(c);
public static URISpace 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 © 2015-2020 EXPath. All Rights Reserved