Interface DataViewParser

    • Method Detail

      • acceptType

        boolean acceptType​(String type)
        Check, if parser accepts a certain DataView type
        Parameters:
        type - the type to be checked
        Returns:
        true if the parser supports this type, false otherwise
      • getPriority

        int getPriority()
        Get the priority for this parser
        Returns:
        the priority for this parser