org.apache.wml
Interface WMLTemplateElement
- org.w3c.dom.Element, org.w3c.dom.Node, WMLElement
- WMLTemplateElementImpl
public interface WMLTemplateElement
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 'template' element declares a template for the cards in the deck.
Version:
- David Li
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 |
getAttribute, getAttributeNS, getAttributeNode, getAttributeNodeNS, getElementsByTagName, getElementsByTagNameNS, getTagName, hasAttribute, hasAttributeNS, removeAttribute, removeAttributeNS, removeAttributeNode, setAttribute, setAttributeNS, setAttributeNode, setAttributeNodeNS |
appendChild, cloneNode, getAttributes, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, hasAttributes, hasChildNodes, insertBefore, isSupported, normalize, removeChild, replaceChild, setNodeValue, setPrefix |
getOnEnterBackward
public String getOnEnterBackward()
getOnEnterForward
public String getOnEnterForward()
getOnTimer
public String getOnTimer()
setOnEnterBackward
public void setOnEnterBackward(String newValue)
setOnEnterForward
public void setOnEnterForward(String newValue)
setOnTimer
public void setOnTimer(String newValue)
Copyright B) 1999-2004 Apache XML Project. All Rights Reserved.