Modifier and Type | Field and Description |
---|---|
public static final int | |
public static final int | |
private XMLSecurityManager | |
private XMLSecurityPropertyManager | |
private static final String | SECURITY_MANAGER
Property identifier: Security manager. |
public static final String | |
public static final String | |
private static final String | |
pack-priv HashMap | |
private static final String | XML_SECURITY_PROPERTY_MANAGER
Property identifier: Security property manager. |
Access | Constructor and Description |
---|---|
public | PropertyManager(int
a flag indicating the context: for a reader or writer. context)Creates a new instance of the PropertyManager based on the context. |
public | PropertyManager(PropertyManager
another PropertyManager object propertyManager)Initializes the object with the properties of another PropertyManager object. |
Modifier and Type | Method and Description |
---|---|
public boolean | Returns: true if the property is managed by the PropertyManager, false otherwisethe name of a property property)Checks whether a property is managed by the PropertyManager. |
private HashMap | |
public Object | Returns: the value of a propertythe name of the property property)Returns the value of a property. |
private void | |
private void | |
public void | setProperty(String
the name of the property property, Object the value of the property value)Sets a property value. |
public String |
CONTEXT_READER | back to summary |
---|---|
public static final int CONTEXT_READER |
CONTEXT_WRITER | back to summary |
---|---|
public static final int CONTEXT_WRITER |
fSecurityManager | back to summary |
---|---|
private XMLSecurityManager fSecurityManager |
fSecurityPropertyMgr | back to summary |
---|---|
private XMLSecurityPropertyManager fSecurityPropertyMgr |
SECURITY_MANAGER | back to summary |
---|---|
private static final String SECURITY_MANAGER Property identifier: Security manager. |
STAX_ENTITIES | back to summary |
---|---|
public static final String STAX_ENTITIES |
STAX_NOTATIONS | back to summary |
---|---|
public static final String STAX_NOTATIONS |
STRING_INTERNING | back to summary |
---|---|
private static final String STRING_INTERNING |
supportedProps | back to summary |
---|---|
pack-priv HashMap<String, Object> supportedProps |
XML_SECURITY_PROPERTY_MANAGER | back to summary |
---|---|
private static final String XML_SECURITY_PROPERTY_MANAGER Property identifier: Security property manager. |
PropertyManager | back to summary |
---|---|
public PropertyManager(int context) Creates a new instance of the PropertyManager based on the context.
|
PropertyManager | back to summary |
---|---|
public PropertyManager(PropertyManager propertyManager) Initializes the object with the properties of another PropertyManager object.
|
containsProperty | back to summary |
---|---|
public boolean containsProperty(String property) Checks whether a property is managed by the PropertyManager.
|
getProperties | back to summary |
---|---|
private HashMap |
getProperty | back to summary |
---|---|
public Object getProperty(String property) Returns the value of a property. |
initConfigurableReaderProperties | back to summary |
---|---|
private void initConfigurableReaderProperties() Initializes reader properties. Implementation Note StAX defined namespace rather than Xerces' should be used. |
initWriterProps | back to summary |
---|---|
private void initWriterProps() Initializes writer properties. |
setProperty | back to summary |
---|---|
public void setProperty(String property, Object value) Sets a property value. |
toString | back to summary |
---|---|
public String toString() Overrides java. Doc from java. Returns a string representation of the object.
Satisfying this method's contract implies a non- |