Package com.volantis.mcs.xdime.xforms.model

Examples of com.volantis.mcs.xdime.xforms.model.XFormBuilder.addItem()


    // Javadoc inherited.
    public void callCloseOnProtocol(XDIMEContextInternal context)
            throws XDIMEException {
        final XFormBuilder xFormBuilder = context.getXFormBuilder();
        xFormBuilder.addItem(itemName, getCharData());
    }

    // Javadoc inherited.
    protected String getNamespace() {
        return XDIMESchemata.XDIME2_SIMPLE_INITIALISATION_NAMESPACE;
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
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.