public class SimpleExtendedProperties extends java.lang.Object implements ExtendedProperties
| Modifier and Type | Class and Description |
|---|---|
static class |
SimpleExtendedProperties.SimpleExtendedPropertiesDelegate
Delegation subclass intended to be used if you do not directly subclass this class
(for instance, you would like to subclass ExtendedPatternOptions instead).
|
| Constructor and Description |
|---|
SimpleExtendedProperties() |
| 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.
|
protected 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.
|
protected 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.
|
protected 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.
|
protected 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)
applyChanges in interface ExtendedPropertiesbindParams - The bind params containing the binding rootprotected 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 setprotected java.lang.String getAttribute(java.lang.String namespace,
java.lang.String localName)
namespace - Namespace of the attributelocalName - Localname of the attributeprotected 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 setprotected java.lang.String getSimpleChild(java.lang.String namespace,
java.lang.String localName)
namespace - Namespace of the childlocalName - Localname of the child