net.sac.htmlwriter.element
Class P

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

public class P
extends Element


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

P

public P()

P

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