@IndexSubclasses public abstract class Configurable extends Object
Configurable contains an 'id' attribute which can be referenced from other places using standard ID/IDREF functionality of the XML schema.
| Constructor and Description |
|---|
Configurable() |
| Modifier and Type | Method and Description |
|---|---|
CombineChildren |
getCombineChildren()
Returns the behavior of children combining when merging XML trees.
|
CombineSelf |
getCombineSelf()
Returns the behavior of node combining when merging XML trees.
|
String |
getId()
Returns an ID for this element associated in the XML file.
|
String |
toString() |
public Configurable()
public String getId()
public CombineSelf getCombineSelf()
public CombineChildren getCombineChildren()
Copyright © 2013 Atteo. All Rights Reserved.