|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
| Method Summary | |
void |
addChild(RuntimeConfiguration child)
Adds a child element to the wrapped element. |
void |
addText(char[] buf,
int start,
int count)
Adds characters from #PCDATA areas to the wrapped element. |
void |
configure()
|
void |
configure(RegistryLookup registry,
boolean nullAllowed)
Configures the wrapped element. |
java.lang.String |
getAttribute(java.lang.String name)
Get the text for an attribute. |
java.util.Enumeration |
getChildren()
Returns an enumeration of all child wrappers. |
java.lang.String |
getElementTag()
Returns the tag name of the wrapped element. |
java.lang.Object |
getWrappedObject()
Get the object for which this RuntimeConfigurable holds the configuration information |
| Method Detail |
public java.lang.Object getWrappedObject()
public java.lang.String getElementTag()
null, but may be.public java.lang.String getAttribute(java.lang.String name)
name - The attribute name.
public void addChild(RuntimeConfiguration child)
child - The child element wrapper to add to this one.
Must not be null.
public void addText(char[] buf,
int start,
int count)
buf - A character array of the text within the element.
Must not be null.start - The start element in the array.count - The number of characters to read from the array.public java.util.Enumeration getChildren()
public void configure(RegistryLookup registry,
boolean nullAllowed)
throws ArooaException
id attribute, a reference
is added to the project as well.
ArooaException - if the configuration fails, for instance due
to invalid attributes or children, or text being added to
an element which doesn't accept it.
public void configure()
throws ArooaException
ArooaException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||