Class InternalDataInstanceParser

java.lang.Object
org.javarosa.xml.InternalDataInstanceParser

public class InternalDataInstanceParser
extends Object
Author:
johnthebeloved Parses the internal secondary instances out from an Xform file
  • Constructor Details

  • Method Details

    • buildInstances

      public static HashMap<String,​DataInstance> buildInstances​(String xFormSrc)
      Builds all of the internal secondary instances from a form definition.
      Parameters:
      xFormSrc - the path of the Xform containing internal instances…
      Returns:
      List of all the #InternalDataInstance in the XForm