org.mortbay.html
Class Tag
HTML Tag Element.
A Tag element is of the generic form <TAG attributes... >
ALIGN , BGCOLOR , BOTTOM , CENTER , CLASS , COLOR , HEIGHT , ID , LEFT , MIDDLE , RIGHT , SIZE , STYLE , TOP , VALIGN , WIDTH , attributeMap , noAttributes |
Tag(String tag) - Construct with attributes.
|
void | write(Writer out) - Write element to a Writer.
|
attribute , attribute , attribute , attributes , attributes , bgColor , bottom , center , color , cssClass , cssID , height , height , height , left , middle , right , setAttributesFrom , size , size , size , style , toString , top , width , width , width , write , write , write |
Tag
public Tag(String tag)
Construct with attributes.
write
public void write(Writer out)
throws IOException
Write element to a Writer.
This abstract method is called by the Page or other containing
Element to write the HTML for this element. This must be implemented
by the derived Element classes.
- write in interface Element
out
- Writer to write the element to.
Copyright © 2004 Mortbay Consulting Pty. Ltd. All Rights Reserved.