net.sac.htmlwriter.element
Class Html

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

public class Html
extends Element


Field Summary
 
Fields inherited from class net.sac.htmlwriter.element.Element
ALLOWED_CHILD_TAGS_NONE, ALLOWED_CHILD_TAGS_TEXT_ONLY
 
Constructor Summary
Html()
           
Html(java.lang.String title)
           
 
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

Html

public Html()
     throws HtmlException
Throws:
HtmlException

Html

public Html(java.lang.String title)
     throws HtmlException
Throws:
HtmlException