public static enum XMLSecurityManager.NameMap extends Enum<XMLSecurityManager.NameMap>
| Enum Constant and Description |
|---|
ELEMENT_ATTRIBUTE_LIMIT |
ENTITY_EXPANSION_LIMIT |
MAX_OCCUR_NODE_LIMIT |
| Modifier and Type | Method and Description |
|---|---|
static XMLSecurityManager.NameMap |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XMLSecurityManager.NameMap[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XMLSecurityManager.NameMap ENTITY_EXPANSION_LIMIT
public static final XMLSecurityManager.NameMap MAX_OCCUR_NODE_LIMIT
public static final XMLSecurityManager.NameMap ELEMENT_ATTRIBUTE_LIMIT
public static XMLSecurityManager.NameMap[] values()
for (XMLSecurityManager.NameMap c : XMLSecurityManager.NameMap.values()) System.out.println(c);
public static XMLSecurityManager.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.