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
 java.lang.String getTag()
          Returns the element tag.
 

Method Detail

getTag

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