org.apache.wml
Interface WMLAElement
- Element, WMLElement
- WMLAElementImpl
public interface WMLAElement
$Id: WMLAElement.java 447258 2006-09-18 05:41:23Z mrglavas $ String | getHref()
|
String | getId()
|
String | getTitle()
|
String | getXmlLang()
|
void | setHref(String newValue)
|
void | setId(String newValue) - The element's identifier which is unique in a single deck.
|
void | setTitle(String newValue)
|
void | setXmlLang(String newValue) - 'xml:lang' specifics the natural or formal language in which
the document is written.
|
getHref
public String getHref()
getTitle
public String getTitle()
getXmlLang
public String getXmlLang()
setHref
public void setHref(String newValue)
setId
public void setId(String newValue)
The element's identifier which is unique in a single deck.
(Section 8.9, WAP WML Version 16-Jun-1999)
- setId in interface WMLElement
setTitle
public void setTitle(String newValue)
setXmlLang
public void setXmlLang(String newValue)
'xml:lang' specifics the natural or formal language in which
the document is written.
(Section 8.8, WAP WML Version 16-Jun-1999)
Copyright © 1999-2007 The Apache Software Foundation. All Rights Reserved.