|
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.Attribute
|
+--com.jdc.gui.html.tag.Attribute
|
+--com.jdc.gui.html.tag.attr.URL
URL is used to create an HTML URL attribute required by HTML tags implemented as classes like Anchor.
Anchor,
Serialized Form| Field Summary |
| Fields inherited from class com.jdc.gui.html.tag.Attribute |
SINGLE_QUOTE |
| Fields inherited from class com.jdc.xml.tag.Attribute |
DOUBLE_QUOTE, EQUALS |
| Fields inherited from interface com.jdc.gui.html.MarkupLanguage |
XHTML |
| Constructor Summary | |
URL()
Constructs a URL object. |
|
| Method Summary | |
String |
create(String URL)
Create and return the URL/value attribute. |
| Methods inherited from class com.jdc.gui.html.tag.Attribute |
create, create, getName, getQuoteCharacter, getQuotedValue, getValue |
| Methods inherited from class com.jdc.xml.tag.Attribute |
create, create, create, create, create, getQualifier, setName, setQualifier, setValue, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public URL()
| Method Detail |
public String create(String URL)
|
2004.04.29 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||