org.javarosa.xform.parse.Constants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of javarosa Show documentation
Show all versions of javarosa Show documentation
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";
}