public class PropertyManager extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONTEXT_READER |
static int |
CONTEXT_WRITER |
static String |
STAX_ENTITIES |
static String |
STAX_NOTATIONS |
| Constructor and Description |
|---|
PropertyManager(int context)
Creates a new instance of PropertyManager
|
PropertyManager(PropertyManager propertyManager)
Initialize this object with the properties taken from passed PropertyManager object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsProperty(String property)
public void reset(){
supportedProps.clear() ;
}
|
Object |
getProperty(String property) |
void |
setProperty(String property,
Object value) |
String |
toString() |
public static final String STAX_NOTATIONS
public static final String STAX_ENTITIES
public static final int CONTEXT_READER
public static final int CONTEXT_WRITER
public PropertyManager(int context)
public PropertyManager(PropertyManager propertyManager)
public boolean containsProperty(String property)
Copyright © 2018–2021 mhoffrogge. All rights reserved.