Addes a model definition to this analyzer.
@param definition the model definition
@throws IllegalArgumentException if some parameters were {@code null}
Create a new {@link XFormModel} with the specified id and add it to thelist of xform models that we are currently building. An {@link XDIMEException} is thrown if we are already building a model withthe specified id.
@param id String id of the xforms model to create
@param fd describes the form represented by the new model
@return the {@link XFormModel} which has the specified id
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.