public static enum XMLLimitAnalyzer.NameMap extends Enum<XMLLimitAnalyzer.NameMap>
| Enum Constant and Description |
|---|
ELEMENT_ATTRIBUTE_LIMIT |
ENTITY_EXPANSION_LIMIT |
MAX_OCCUR_NODE_LIMIT |
| Modifier and Type | Method and Description |
|---|---|
static XMLLimitAnalyzer.NameMap |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XMLLimitAnalyzer.NameMap[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XMLLimitAnalyzer.NameMap ENTITY_EXPANSION_LIMIT
public static final XMLLimitAnalyzer.NameMap MAX_OCCUR_NODE_LIMIT
public static final XMLLimitAnalyzer.NameMap ELEMENT_ATTRIBUTE_LIMIT
public static XMLLimitAnalyzer.NameMap[] values()
for (XMLLimitAnalyzer.NameMap c : XMLLimitAnalyzer.NameMap.values()) System.out.println(c);
public static XMLLimitAnalyzer.NameMap valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2018–2021 mhoffrogge. All rights reserved.