net.sac.htmlwriter.element
Class Li

java.lang.Object
  extended by net.sac.htmlwriter.element.Element
      extended by net.sac.htmlwriter.element.Li

public class Li
extends Element


Field Summary
 
Fields inherited from class net.sac.htmlwriter.element.Element
ALLOWED_CHILD_TAGS_NONE, ALLOWED_CHILD_TAGS_TEXT_ONLY
 
Constructor Summary
Li()
           
Li(Element element)
           
Li(java.lang.String text)
           
 
Method Summary
 
Methods inherited from class net.sac.htmlwriter.element.Element
addAttribute, addChild, getAttribute, getChild, getChildIndex, getChildren, getTagName, insertChild, setAttribute, toHtml
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Li

public Li()

Li

public Li(java.lang.String text)
   throws HtmlException
Throws:
HtmlException

Li

public Li(Element element)
   throws HtmlException
Throws:
HtmlException