Home » openjdk-7 » javax » swing » text » html » parser » [javadoc | source]
javax.swing.text.html.parser
public class: TagElement [javadoc | source]
java.lang.Object
   javax.swing.text.html.parser.TagElement
A generic HTML TagElement class. The methods define how white space is interpreted around the tag.
Field Summary
 Element elem     
 Tag htmlTag     
 boolean insertedByErrorRecovery     
Constructor:
 public TagElement(Element elem) 
 public TagElement(Element elem,
    boolean fictional) 
Method from javax.swing.text.html.parser.TagElement Summary:
breaksFlow,   fictional,   getElement,   getHTMLTag,   isPreformatted
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.swing.text.html.parser.TagElement Detail:
 public boolean breaksFlow() 
 public boolean fictional() 
 public Element getElement() 
 public Tag getHTMLTag() 
 public boolean isPreformatted()