com.ibm.as400.util.html
Interface HTMLTagElement

All Known Implementing Classes:
HTMLTagAttributes, HTMLTree, HTMLTreeElement, LabelFormElement, LayoutFormPanel

public interface HTMLTagElement

The HTMLTagElement class represents an HTML tag element.


Method Summary
 String getFOTag()
          Returns the element tag in XSL-FO.
 String getTag()
          Returns the element tag.
 

Method Detail

getTag

public String getTag()
Returns the element tag.

Returns:
The tag.

getFOTag

public 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.