|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.anadix.html.HtmlElement
org.anadix.html.MetaTag
public class MetaTag
Defines metadata about an HTML document
| Method Summary | |
|---|---|
String |
getContent()
Gives the value associated with the http-equiv or name attribute |
String |
getDir()
Specifies the text direction for the content in an element |
String |
getHttpEquiv()
Provides an HTTP header for the information/value of the content attribute |
String |
getLang()
Specifies a language code for the content in an element |
String |
getNameAttribute()
Provides a name for the information in the content attribute |
String |
getScheme()
Specifies a scheme to be used to interpret the value of the content attribute |
| Methods inherited from class org.anadix.html.HtmlElement |
|---|
compareTo, equals, getAttribute, getAttributes, getId, getName, getParent, getPosition, getSource, getTextContent, hashCode, setPosition, setSource, setTextContent, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public String getLang()
public String getDir()
public String getHttpEquiv()
public String getNameAttribute()
public String getContent()
public String getScheme()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||