Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.xerces.dom.NodeImpl
org.apache.xerces.dom.ChildNode
org.apache.xerces.dom.ParentNode
org.apache.xerces.dom.ElementImpl
org.apache.wml.dom.WMLElementImpl
org.apache.wml.dom.WMLImgElementImpl
Field Summary |
Fields inherited from class org.apache.xerces.dom.ElementImpl | |
attributes , name |
Fields inherited from class org.apache.xerces.dom.ParentNode | |
fNodeListCache , firstChild , ownerDocument |
Fields inherited from class org.apache.xerces.dom.ChildNode | |
nextSibling , previousSibling |
Fields inherited from interface org.w3c.dom.Node | |
ATTRIBUTE_NODE , CDATA_SECTION_NODE , COMMENT_NODE , DOCUMENT_FRAGMENT_NODE , DOCUMENT_NODE , DOCUMENT_TYPE_NODE , ELEMENT_NODE , ENTITY_NODE , ENTITY_REFERENCE_NODE , NOTATION_NODE , PROCESSING_INSTRUCTION_NODE , TEXT_NODE |
Constructor Summary | |
|
Method Summary | |
String |
|
String |
|
String | |
String | |
String | |
String |
|
String | |
String |
|
String | |
String |
|
String | |
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
Methods inherited from class org.apache.wml.dom.WMLElementImpl | |
getClassName , getId , getXmlLang , setClassName , setId , setXmlLang |
Methods inherited from class org.apache.xerces.dom.ParentNode | |
cloneNode , getChildNodes , getChildNodesUnoptimized , getFirstChild , getLastChild , getLength , getOwnerDocument , getTextContent , hasChildNodes , insertBefore , isEqualNode , item , normalize , removeChild , replaceChild , setReadOnly , setTextContent , synchronizeChildren |
Methods inherited from class org.apache.xerces.dom.ChildNode | |
cloneNode , getNextSibling , getParentNode , getPreviousSibling |
public String getClassName()
- Specified by:
- getClassName in interface WMLElement
- Overrides:
- getClassName in interface WMLElementImpl
public String getId()
- Specified by:
- getId in interface WMLElement
- Overrides:
- getId in interface WMLElementImpl
public String getXmlLang()
- Specified by:
- getXmlLang in interface WMLImgElement
- Overrides:
- getXmlLang in interface WMLElementImpl
public void setAlign(String newValue)
'align' specifies the alignment of the image within the text flow. (Section 11.8, WAP WML Version 16-Jun-1999)
- Specified by:
- setAlign in interface WMLImgElement
public void setAlt(String newValue)
'alt' specifies an alternative text for the image (Section 11.9, WAP WML Version 16-Jun-1999)
- Specified by:
- setAlt in interface WMLImgElement
public void setClassName(String newValue)
The 'class' attribute of a element that affiliates an elements with one or more elements. (Section 8.9, WAP WML Version 16-Jun-1999)
- Specified by:
- setClassName in interface WMLElement
- Overrides:
- setClassName in interface WMLElementImpl
public void setHeight(String newValue)
'height' specifies the height of an image. (Section 11.9, WAP WML Version 16-Jun-1999)
- Specified by:
- setHeight in interface WMLImgElement
public void setHspace(String newValue)
'hspace' specifies the abount of white space to be inserted left and right (Section 11.9, WAP WML Version 16-Jun-1999)
- Specified by:
- setHspace in interface WMLImgElement
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)
- Specified by:
- setId in interface WMLElement
- Overrides:
- setId in interface WMLElementImpl
public void setLocalSrc(String newValue)
'localsrc' specifies an alternative internal representation of the image. (Section 11.9, WAP WML Version 16-Jun-1999)
- Specified by:
- setLocalSrc in interface WMLImgElement
public void setSrc(String newValue)
'src' specifies URI for the source images (Section 11.9, WAP WML Version 16-Jun-1999)
- Specified by:
- setSrc in interface WMLImgElement
public void setVspace(String newValue)
'vspace' specifies the abount of white space to be inserted above and below (Section 11.9, WAP WML Version 16-Jun-1999)
- Specified by:
- setVspace in interface WMLImgElement
public void setWidth(String newValue)
'width' specifies the width of an image. (Section 11.9, WAP WML Version 16-Jun-1999)
- Specified by:
- setWidth in interface WMLImgElement
public void setXmlLang(String newValue)
The xml:lang that specifics the natural or formal language in which the document is written. (Section 8.8, WAP WML Version 16-Jun-1999)
- Specified by:
- setXmlLang in interface WMLImgElement
- Overrides:
- setXmlLang in interface WMLElementImpl