| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.apache.xerces.dom.NodeImplorg.apache.xerces.dom.ChildNodeorg.apache.xerces.dom.ParentNodeorg.apache.xerces.dom.ElementImplorg.apache.wml.dom.WMLElementImplorg.apache.wml.dom.WMLMetaElementImplField 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 | |
boolean |
|
String | |
String |
|
String |
|
String | |
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 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 setContent(String newValue)
'content' attribute specifies the property value
- Specified by:
- setContent in interface WMLMetaElement
public void setForua(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.
- Specified by:
- setForua in interface WMLMetaElement
public void setHttpEquiv(String newValue)
'http-equiv' attribute indicates the property should be interpret as HTTP header.
- Specified by:
- setHttpEquiv in interface WMLMetaElement
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 setName(String newValue)
'name' attribute specific the property name
- Specified by:
- setName in interface WMLMetaElement
public void setScheme(String newValue)
'scheme' attribute specifies a form that may be used to interpret the property value
- Specified by:
- setScheme in interface WMLMetaElement