Interface TableHelper

    • Method Detail

      • isTable

        boolean isTable​(AuthorElement node)
        Checks if the given node represents the table element.
        Parameters:
        node - The node to be checked.
        Returns:
        true if the given node is the table element.
      • isTableGroup

        boolean isTableGroup​(AuthorElement node)
        Checks if the given node represents a table group element.
        Parameters:
        node - The node to be checked.
        Returns:
        true if the given node is the table group element.