An expression converter converts an XML expression represented by an {@link IConfigurationElement} or {@link Element} (DOM) subtree into acorresponding expression tree.
An expression converter manages a list of {@link ElementHandler}s. Element handlers are responsible to do the actual conversion. The element handlers build a chain of responsibility.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.