public interface XMLConfigurable
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getXMLSchema()
Returns the XML schema for the input parameter.
|
void |
init(org.w3c.dom.Element parameter)
Initializes the XML configurable object with the input parameter.
|
void init(org.w3c.dom.Element parameter)
parameter - an XML element containing the necessary information to initialize the object.java.lang.String getXMLSchema()