| |
|
| java.lang.Object com.sun.xml.stream.PropertyManager
PropertyManager | public class PropertyManager (Code) | | This class manages different properties related to Stax specification and its implementation.
This class constructor also takes itself (PropertyManager object) as parameter and initializes the
object with the property taken from the object passed.
author: Neeraj Bajaj, neeraj.bajaj@sun.com author: K.Venugopal@sun.com |
CONTEXT_READER | final public static int CONTEXT_READER(Code) | | |
CONTEXT_WRITER | final public static int CONTEXT_WRITER(Code) | | |
STAX_ENTITIES | final protected static String STAX_ENTITIES(Code) | | |
STAX_NOTATIONS | final protected static String STAX_NOTATIONS(Code) | | |
PropertyManager | public PropertyManager(int context)(Code) | | Creates a new instance of PropertyManager
|
PropertyManager | public PropertyManager(PropertyManager propertyManager)(Code) | | Initialize this object with the properties taken from passed PropertyManager object.
|
containsProperty | public boolean containsProperty(String property)(Code) | | public void reset(){
supportedProps.clear() ;
}
|
|
|
|