| Package | Description |
|---|---|
| jdk7u.jaxp.org.apache.xalan.external.utils |
| Modifier and Type | Method and Description |
|---|---|
static XMLSecurityManager.Limit |
XMLSecurityManager.Limit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XMLSecurityManager.Limit[] |
XMLSecurityManager.Limit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
int |
XMLSecurityManager.getLimit(XMLSecurityManager.Limit limit)
Return the value of the specified property
|
String |
XMLSecurityManager.getLimitValueAsString(XMLSecurityManager.Limit limit)
Return the value of a property by its ordinal
|
XMLSecurityManager.State |
XMLSecurityManager.getState(XMLSecurityManager.Limit limit)
Return the state of the limit property
|
String |
XMLSecurityManager.getStateLiteral(XMLSecurityManager.Limit limit)
Return the state of the limit property
|
void |
XMLSecurityManager.setLimit(XMLSecurityManager.Limit limit,
XMLSecurityManager.State state,
int value)
Set the value for a specific limit.
|
Copyright © 2018–2021 mhoffrogge. All rights reserved.