| Package | Description |
|---|---|
| jdk7u.jaxp.org.apache.xerces.external.utils |
| Modifier and Type | Method and Description |
|---|---|
XMLSecurityManager.State |
XMLSecurityManager.getState(XMLSecurityManager.Limit limit)
Return the state of the limit property
|
static XMLSecurityManager.State |
XMLSecurityManager.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XMLSecurityManager.State[] |
XMLSecurityManager.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XMLSecurityManager.setLimit(int index,
XMLSecurityManager.State state,
int value)
Set the value of a property by its index
|
void |
XMLSecurityManager.setLimit(int index,
XMLSecurityManager.State state,
Object value)
Set the value of a property by its index
|
boolean |
XMLSecurityManager.setLimit(String propertyName,
XMLSecurityManager.State state,
Object value)
Set limit by property name and state
|
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.