-
-
Constructor Summary
Constructors
Constructor |
Description |
TagElement(Element elem) |
Creates a generic HTML TagElement class with fictional equals to false .
|
TagElement(Element elem,
boolean fictional) |
Creates a generic HTML TagElement class.
|
-
Method Summary
Modifier and Type |
Method |
Description |
boolean |
breaksFlow() |
Returns true if this tag causes a
line break to the flow of data, otherwise returns
false .
|
boolean |
fictional() |
Returns true if the tag is fictional.
|
Element |
getElement() |
Returns the element.
|
HTML.Tag |
getHTMLTag() |
Returns the tag constant corresponding to the name of the element
|
boolean |
isPreformatted() |
Returns true if this tag is pre-formatted.
|
-
Methods declared in class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
breaksFlow
public boolean breaksFlow()
Returns true
if this tag causes a
line break to the flow of data, otherwise returns
false
.
- Returns:
true
if this tag causes a
line break to the flow of data, otherwise returns
false