Interface IParser<Element>

    • Method Summary

      Modifier and Type Method Description
      Element parse​(String string)
      Parse string into Element
    • Method Detail

      • parse

        Element parse​(String string)
        Parse string into Element