|
||||||||||
| 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 | |
|---|---|
AttributeSet |
attributes
Its attributes. |
HTML.Tag |
tag
The tag. |
| Constructor Summary | |
|---|---|
HTMLUtils.TagInstance(HTML.Tag tag,
AttributeSet attributes)
Constructor. |
|
| Method Summary | |
|---|---|
String |
toString()
A String representation. |
void |
write(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 HTML.Tag tag
public final AttributeSet attributes
| Constructor Detail |
|---|
public HTMLUtils.TagInstance(HTML.Tag tag,
AttributeSet attributes)
| Method Detail |
|---|
public void write(Writer w)
throws IOException
w - The Writer to write to.
IOExceptionpublic String toString()
toString in class ObjectObject.toString()
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||