public static final class SimpleExtendedProperties.SimpleExtendedPropertiesDelegate
extends java.lang.Object
| Constructor and Description |
|---|
SimpleExtendedPropertiesDelegate() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyChanges(BinderParams bindParams)
Applies changes from this set of properties to the subtree rooted by the
bind root in the bind params.
|
java.lang.String |
getAttribute(java.lang.String namespace,
java.lang.String localName)
Gets the attribute that will be applied on the root element of the bind root.
|
java.lang.String |
getSimpleChild(java.lang.String namespace,
java.lang.String localName)
Gets the value of a simple child that will be added to the root element of the
bind root.
|
void |
setAttribute(java.lang.String namespace,
java.lang.String localName,
java.lang.String value)
Sets the attribute that will be applied on the root element of the bind root.
|
void |
setSimpleChild(java.lang.String namespace,
java.lang.String localName,
java.lang.String value)
Sets the value of a simple child that will be added to the root element of the
bind root.
|
public void applyChanges(BinderParams bindParams)
bindParams - The bind params containing the binding rootpublic void setAttribute(java.lang.String namespace,
java.lang.String localName,
java.lang.String value)
namespace - Namespace of the attributelocalName - Localname of the attributevalue - Value to setpublic java.lang.String getAttribute(java.lang.String namespace,
java.lang.String localName)
namespace - Namespace of the attributelocalName - Localname of the attributepublic void setSimpleChild(java.lang.String namespace,
java.lang.String localName,
java.lang.String value)
namespace - Namespace of the childlocalName - Localname of the childvalue - Value to setpublic java.lang.String getSimpleChild(java.lang.String namespace,
java.lang.String localName)
namespace - Namespace of the childlocalName - Localname of the child