|
2004.04.29 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--com.jdc.xml.Tag
|
+--com.jdc.gui.html.Tag
The Tag class represents an HTML tag object. An HTML tag has the
form: <tag>. The Tag class is a abstract class that contains
methods common to all HTML tag classes.
| Field Summary |
| Fields inherited from class com.jdc.xml.Tag |
LEFT_BRACKET, RIGHT_BRACKET, SLASH, SPACE |
| Fields inherited from interface com.jdc.gui.html.MarkupLanguage |
XHTML |
| Constructor Summary | |
protected |
Tag()
Constructs a new HTML Tag object. |
| Method Summary | |
protected Tag |
addAttribute(String attribute)
Adds an HTML tag attribute String of the form: name="value". |
protected String |
create(String identifier)
Creates and returns an HTML tag of the form: <tag> for the specified tag identifier. |
protected String |
getAttributes()
Returns a String of HTML tag attributes. |
protected String |
getIdentifier()
Returns the HTML tag identifier. |
protected String |
tag(String identifier)
Returns a String of HTML tag attributes. |
| Methods inherited from class com.jdc.xml.Tag |
addAttribute, create, getAttribute, setIdentifier, tag, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
protected Tag()
Tag object.
| Method Detail |
protected Tag addAttribute(String attribute)
String of the form: name="value".
protected String create(String identifier)
String.protected String getAttributes()
String of HTML tag attributes.
getAttributes in class TagString of HTML tag attributes.protected String getIdentifier()
getIdentifier in class Tagprotected String tag(String identifier)
String of HTML tag attributes.
String.
|
2004.04.29 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||