FileDocCategorySizeDatePackage
WMLMetaElement.javaAPI DocApache Xerces 3.0.12377Fri Sep 14 20:33:52 BST 2007org.apache.wml

WMLMetaElement

public interface WMLMetaElement implements WMLElement

The interface is modeled after DOM1 Spec for HTML from W3C. The DTD used in this DOM model is from http://www.wapforum.org/DTD/wml_1.1.xml

The meta element contains meta-info of an WML deck (Section 11.3.2, WAP WML Version 16-Jun-1999)

version
$Id: WMLMetaElement.java 447258 2006-09-18 05:41:23Z mrglavas $
author
David Li

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetContent()

public booleangetForua()

public java.lang.StringgetHttpEquiv()

public java.lang.StringgetName()

public java.lang.StringgetScheme()

public voidsetContent(java.lang.String newValue)
'content' attribute specifies the property value

public voidsetForua(boolean newValue)
'forua' attribute specifies whether a intermediate agent should remove this meta element. A value of false means the intermediate agent must remove the element.

public voidsetHttpEquiv(java.lang.String newValue)
'http-equiv' attribute indicates the property should be interpret as HTTP header.

public voidsetName(java.lang.String newValue)
'name' attribute specific the property name

public voidsetScheme(java.lang.String newValue)
'scheme' attribute specifies a form that may be used to interpret the property value