|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The meta element contains meta-info of an WML deck (Section 11.3.2, WAP WML Version 16-Jun-1999)
Method Summary | |
String |
getContent()
|
boolean |
getForua()
Deprecated. use getForUA |
boolean |
getForUA()
|
String |
getHttpEquiv()
|
String |
getName()
|
String |
getScheme()
|
void |
setContent(String newValue)
'content' attribute specifies the property value |
void |
setForua(boolean newValue)
Deprecated. use setForUA |
void |
setForUA(boolean newValue)
'forua' attribute specifies whether a intermediate agent should remove this meta element. |
void |
setHttpEquiv(String newValue)
'http-equiv' attribute indicates the property should be interpret as HTTP header. |
void |
setName(String newValue)
'name' attribute specific the property name |
void |
setScheme(String newValue)
'scheme' attribute specifies a form that may be used to interpret the property value |
Methods inherited from interface org.enhydra.wireless.wml.dom.WMLElement |
getClassName, getId, setClassName, setId |
Methods inherited from interface org.w3c.dom.Element |
getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getElementsByTagName, getElementsByTagNameNS, getSchemaTypeInfo, getTagName, hasAttribute, hasAttributeNS, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setIdAttribute, setIdAttributeNode, setIdAttributeNS |
Methods inherited from interface org.w3c.dom.Node |
appendChild, cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData |
Method Detail |
public void setName(String newValue)
public String getName()
public void setHttpEquiv(String newValue)
public String getHttpEquiv()
public void setForua(boolean newValue)
public boolean getForua()
public void setForUA(boolean newValue)
public boolean getForUA()
public void setScheme(String newValue)
public String getScheme()
public void setContent(String newValue)
public String getContent()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |