Interface HTMLElementsProvider

    • Method Detail

      • getElement

        HTMLElements.Element getElement​(java.lang.String ename)
        Parameters:
        ename - the element name.
        Returns:
        the element information for the specified element name.
      • getElement

        HTMLElements.Element getElement​(java.lang.String ename,
                                        HTMLElements.Element elementIfNotFound)
        Parameters:
        ename - the element name.
        elementIfNotFound - the default element to return if not found.
        Returns:
        the element information for the specified element name.
      • getElementLC

        HTMLElements.Element getElementLC​(java.lang.String enameLC,
                                          HTMLElements.Element elementIfNotFound)
        Parameters:
        enameLC - the element name in lower case
        elementIfNotFound - the default element to return if not found.
        Returns:
        the element information for the specified element name.