com.ibm.as400.util.html
Interface HTMLTagElement

All Known Implementing Classes:
BidiOrdering, ButtonFormInput, CheckboxFormInput, FileFormInput, FileTreeElement, FormInput, GridLayoutFormPanel, HiddenFormInput, HTMLAlign, HTMLApplet, HTMLDocument, HTMLForm, HTMLHead, HTMLHeading, HTMLHyperlink, HTMLImage, HTMLList, HTMLListItem, HTMLMeta, HTMLParameter, HTMLServlet, HTMLTable, HTMLTableCaption, HTMLTableCell, HTMLTableHeader, HTMLTableRow, HTMLTagAttributes, HTMLText, HTMLTree, HTMLTreeElement, ImageFormInput, LabelFormElement, LayoutFormPanel, LineLayoutFormPanel, OrderedList, OrderedListItem, PasswordFormInput, RadioFormInput, RadioFormInputGroup, ResetFormInput, SelectFormElement, SelectOption, ServletHyperlink, SubmitFormInput, TextAreaFormElement, TextFormInput, ToggleFormInput, UnorderedList, UnorderedListItem

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

String getTag()
Returns the element tag.

Returns:
The tag.

getFOTag

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.