All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.javarosa.xform.parse.Constants Maven / Gradle / Ivy

Go to download

A Java library for rendering forms that are compliant with ODK XForms spec

The newest version!
package org.javarosa.xform.parse;

public class Constants {
    static final String ID_ATTR = "id";
    static final String NODESET_ATTR = "nodeset";
    static final String SELECTONE = "select1";
    static final String SELECT = "select";
    static final String RANK = "rank";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy