FileDocCategorySizeDatePackage
WMLMetaElement.javaAPI DocJava SE 5 API4223Fri Aug 26 14:55:28 BST 2005com.sun.org.apache.wml.internal

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,v 1.1 2000/04/23 18:07:44 david Exp $
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