org.melati.util
Class HTMLUtils.TagInstance

Package class diagram package HTMLUtils.TagInstance
java.lang.Object
  extended by org.melati.util.HTMLUtils.TagInstance
Enclosing class:
HTMLUtils

public static class HTMLUtils.TagInstance
extends Object

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

tag

public final HTML.Tag tag
The tag.


attributes

public final AttributeSet attributes
Its attributes.

Constructor Detail

HTMLUtils.TagInstance

public HTMLUtils.TagInstance(HTML.Tag tag,
                             AttributeSet attributes)
Constructor.

Method Detail

write

public void write(Writer w)
           throws IOException
Write tag to specified Writer.

Parameters:
w - The Writer to write to.
Throws:
IOException

toString

public String toString()
A String representation.

Overrides:
toString in class Object
See Also:
Object.toString()


Copyright © 2000-2010 PanEris. All Rights Reserved.