|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.melati.util.HTMLUtils.TagInstance
public static class HTMLUtils.TagInstance
An Instance of a tag.
| Field Summary | |
|---|---|
javax.swing.text.AttributeSet |
attributes
Its attributes. |
javax.swing.text.html.HTML.Tag |
tag
The tag. |
| Constructor Summary | |
|---|---|
HTMLUtils.TagInstance(javax.swing.text.html.HTML.Tag tag,
javax.swing.text.AttributeSet attributes)
Constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
A String representation. |
void |
write(java.io.Writer w)
Write tag to specified Writer. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final javax.swing.text.html.HTML.Tag tag
public final javax.swing.text.AttributeSet attributes
| Constructor Detail |
|---|
public HTMLUtils.TagInstance(javax.swing.text.html.HTML.Tag tag,
javax.swing.text.AttributeSet attributes)
| Method Detail |
|---|
public void write(java.io.Writer w)
throws java.io.IOException
w - The Writer to write to.
java.io.IOExceptionpublic java.lang.String toString()
toString in class java.lang.ObjectObject.toString()
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||