public static enum XmlUtil.XMLVersion extends java.lang.Enum<XmlUtil.XMLVersion>
Modifier and Type | Method and Description |
---|---|
Filter |
filter() |
static XmlUtil.XMLVersion |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static XmlUtil.XMLVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XmlUtil.XMLVersion XML10
public static final XmlUtil.XMLVersion XML11
public static XmlUtil.XMLVersion[] values()
for (XmlUtil.XMLVersion c : XmlUtil.XMLVersion.values()) System.out.println(c);
public static XmlUtil.XMLVersion 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 Filter filter()
Copyright © 2010 - 2020 Adobe. All Rights Reserved