Protomatter Classes v1.1.6

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.
 

Method Detail

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.

Protomatter Classes v1.1.6
Copyright 1998-2001 Nate Sammons

Protomatter Classes v1.1.6 http://protomatter.sourceforge.net/1.1.6