com.ibm.as400.util.html

Interface HTMLTagElement

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.String getFOTag()
      Returns the element tag in XSL-FO.
      java.lang.String getTag()
      Returns the element tag.
    • Method Detail

      • getTag

        java.lang.String getTag()
        Returns the element tag.
        Returns:
        The tag.
      • getFOTag

        java.lang.String getFOTag()
        Returns the element tag in XSL-FO. Returns a comment tag if there is no associated XSL-FO tag for the element.
        Returns:
        The tag.