public class MetaTag extends HtmlElement
| Modifier and Type | Method and Description |
|---|---|
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
|
compareTo, equals, getAttribute, getAttributes, getId, getName, getParent, getPosition, getSource, getTextContent, hashCode, setPosition, setSource, setTextContent, toStringpublic String getLang()
public String getDir()
public String getHttpEquiv()
public String getNameAttribute()
public String getContent()
public String getScheme()
Copyright © 2012. All Rights Reserved.