所有类
javax.swing.text.html.parser
类 TagElement
java.lang.Object
javax.swing.text.html.parser.TagElement
-
public class TagElement
- extends Object
一般的 HTML TagElement 类。该方法定义如何解释标记周围的空白。
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TagElement
public TagElement(Element elem)
TagElement
public TagElement(Element elem,
boolean fictional)
breaksFlow
public boolean breaksFlow()
-
isPreformatted
public boolean isPreformatted()
-
getElement
public Element getElement()
-
getHTMLTag
public HTML.Tag getHTMLTag()
-
fictional
public boolean fictional()
-
所有类