info.informatica.html.tag
Class GenericHTMLTag

java.lang.Object
  extended by info.informatica.doc.DocumentFragment
      extended by info.informatica.html.tag.HTMLTag
          extended by info.informatica.html.tag.GenericHTMLTag
All Implemented Interfaces:
info.informatica.doc.DocumentElement, AttributeListener, Comparable<info.informatica.doc.DocumentFragment>

public final class GenericHTMLTag
extends HTMLTag

A generic HTML tag.

Version:
1.02
Author:
amengual at informatica dot info

Nested Class Summary
 
Nested classes/interfaces inherited from class info.informatica.doc.DocumentFragment
info.informatica.doc.DocumentFragment.FragmentComp, info.informatica.doc.DocumentFragment.NotFragmentComp
 
Method Summary
 String getName()
          Gets the name of the tag.
 
Methods inherited from class info.informatica.html.tag.HTMLTag
align, endTag, getAlignment, getAttributes, getBlockPosition, getId, getParent, getStyle, getStyleClass, getTagData, isSelfClosing, length, onAttributeRemoved, onAttributes, onAttributeStringSet, onDummyAttributes, setAttributes, setId, setParent, setSelfClosing, setSelfClosing, setTagData, setTagData, startTag, toString, toString, toString, toXml, vAlign
 
Methods inherited from class info.informatica.doc.DocumentFragment
adjustWidth, compareTo, getCurrentPosition, getPosition, setPosition
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getName

public String getName()
Gets the name of the tag.

Specified by:
getName in class HTMLTag
Returns:
tag name.