javax.swing.text.html.parser
Class TagElement

java.lang.Object
  extended by javax.swing.text.html.parser.TagElement

public class TagElement
extends Object

Disabled: no SafeJ information.

A generic HTML TagElement class. The methods define how white space is interpreted around the tag.


Constructor Summary
TagElement(Element elem)
           
TagElement(Element elem, boolean fictional)
           
 
Method Summary
 boolean breaksFlow()
           
 boolean fictional()
           
 Element getElement()
           
 HTML.Tag getHTMLTag()
           
 boolean isPreformatted()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagElement

public TagElement(Element elem)
Class is disabled.


TagElement

public TagElement(Element elem,
                  boolean fictional)
Class is disabled.

Method Detail

breaksFlow

public boolean breaksFlow()
Class is disabled.


isPreformatted

public boolean isPreformatted()
Class is disabled.


getElement

public Element getElement()
Class is disabled.


getHTMLTag

public HTML.Tag getHTMLTag()
Class is disabled.


fictional

public boolean fictional()
Class is disabled.