| 
 | 
Protomatter Classes v1.1.6
 | 
| 
 PREV CLASS 
 NEXT CLASS | 
  FRAMES   
 NO FRAMES | 
| 
  SUMMARY:  INNER | FIELD | CONSTR | METHOD | 
DETAIL:  FIELD | CONSTR | METHOD | 
com.protomatter.xml
Interface  XMLConfigurable
- public interface XMLConfigurable
 
An interface for objects that can be configured via XML
  information.
| 
Method Summary | 
 void | 
configure(org.jdom.Element e)
 
          Configure this object using the given XML Element. | 
 org.jdom.Element | 
getConfiguration(org.jdom.Element element)
 
          Get this object's configuration represented as
  an XML Element. | 
 
configure
public void configure(org.jdom.Element e)
- Configure this object using the given XML Element.
 
getConfiguration
public org.jdom.Element getConfiguration(org.jdom.Element element)
- Get this object's configuration represented as
  an XML Element.
- Parameters:
 element - The element being filled in.  This parameter
                  will be null initially, but is included
                  so that superclasses can fill in extra
                  information on an Element created by a
                  subclass.