Search in sources :

Example 1 with PrototypeFactoryDeprecated

use of org.javarosa.core.util.externalizable.PrototypeFactoryDeprecated in project javarosa by opendatakit.

the class XFormParser method staticInit.

private static void staticInit() {
    initProcessingRules();
    modelPrototypes = new PrototypeFactoryDeprecated();
    submissionParsers = new ArrayList<>(1);
}
Also used : PrototypeFactoryDeprecated(org.javarosa.core.util.externalizable.PrototypeFactoryDeprecated)

Aggregations

PrototypeFactoryDeprecated (org.javarosa.core.util.externalizable.PrototypeFactoryDeprecated)1