Class XMLFormParser


  • public final class XMLFormParser
    extends java.lang.Object
    Parser for the forms.
    Version:
    $Id: $Id
    Author:
    another
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.List<MetaForm> parseForms​(java.lang.String content)
      parseForms.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • parseForms

        public static final java.util.List<MetaForm> parseForms​(java.lang.String content)

        parseForms.

        Parameters:
        content - a String object.
        Returns:
        a List object.