|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.text.html.parser.TagElement
public class TagElement
The SGML element, defining a single html tag.
Constructor Summary | |
---|---|
TagElement(Element an_element)
Creates the html tag element from the defintion, stored in the given element. |
|
TagElement(Element an_element,
boolean is_fictional)
Creates the html tag element from the defintion, stored in the given element, setting the flag 'fictional' to the given value. |
Method Summary | |
---|---|
boolean |
breaksFlow()
Calls breaksFlow() for the corresponding html tag and returns the obtained value. |
boolean |
fictional()
Get the value of the flag 'fictional'. |
Element |
getElement()
Get the element from that the tag was constructed. |
HTML.Tag |
getHTMLTag()
Get the corresponding HTML tag. |
boolean |
isPreformatted()
Calls isPreformatted() for the corresponding html tag and returns the obtained value. |
String |
toString()
Returns string representation of this object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TagElement(Element an_element)
an_element
- public TagElement(Element an_element, boolean is_fictional)
Method Detail |
---|
public Element getElement()
public HTML.Tag getHTMLTag()
public boolean isPreformatted()
public boolean breaksFlow()
public boolean fictional()
public String toString()
toString
in class Object
Object.getClass()
,
Object.hashCode()
,
Class.getName()
,
Integer.toHexString(int)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |