public class ThirdLevelConfigurationElementHandle extends ConfigurationElementHandle
objectManager| Constructor and Description |
|---|
ThirdLevelConfigurationElementHandle(IObjectManager objectManager,
int id) |
| Modifier and Type | Method and Description |
|---|---|
IConfigurationElement[] |
getChildren()
Returns all configuration elements that are children of this
configuration element.
|
protected ConfigurationElement |
getConfigurationElement() |
createExecutableExtension, getAttribute, getAttribute, getAttributeAsIs, getAttributeNames, getChildren, getContributor, getDeclaringExtension, getHandleId, getName, getNamespace, getNamespaceIdentifier, getParent, getValue, getValue, getValueAsIs, isValid, shouldPersist, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitequalspublic ThirdLevelConfigurationElementHandle(IObjectManager objectManager, int id)
protected ConfigurationElement getConfigurationElement()
getConfigurationElement in class ConfigurationElementHandlepublic IConfigurationElement[] getChildren()
IConfigurationElementEach child corresponds to a nested XML element in the configuration markup. For example, the configuration markup
<view>     <verticalHint>top</verticalHint>     <horizontalHint>left</horizontalHint> </view>corresponds to a configuration element, named
"view",
with two children.
getChildren in interface IConfigurationElementgetChildren in class ConfigurationElementHandleIConfigurationElement.getChildren(String)