|
|||||||||
Home >> All >> org >> enhydra >> wireless >> wml >> [ dom overview ] | PREV PACKAGE NEXT PACKAGE |
Package org.enhydra.wireless.wml.dom
Wireless Markup Language (WML) support.
See:
Description
Interface Summary | |
WMLAccessElement | |
WMLAElement | |
WMLAnchorElement | |
WMLBElement | 'b' boldface the text (Section 11.8.1, WAP WML Version 16-Jun-1999) |
WMLBigElement | 'big' render the text with big font (Section 11.8.1, WAP WML Version 16-Jun-1999) |
WMLBrElement | 'br' element starts a new line |
WMLCardElement | 'card' element is the basic display unit of WML. |
WMLDocument | |
WMLDoElement | |
WMLDOMImplementation | |
WMLElement | All WML Elements are derived from this class that contains two core attributes defined in the DTD. |
WMLEmElement | 'em' emphasis the text (Section 11.8.1, WAP WML Version 16-Jun-1999) |
WMLFieldsetElement | 'fieldset' element groups related fields and tet (Section 11.6.4, WAP WML Version 16-Jun-1999) |
WMLGoElement | |
WMLHeadElement | The head element contains information about a deck. |
WMLIElement | 'i' italic the text (Section 11.8.1, WAP WML Version 16-Jun-1999) |
WMLImgElement | 'img' specifies an image in a text flow (Section 11.9, WAP WML Version 16-Jun-1999) |
WMLInputElement | 'input' element specifies a text entry object. |
WMLMetaElement | The meta element contains meta-info of an WML deck (Section 11.3.2, WAP WML Version 16-Jun-1999) |
WMLNoopElement | |
WMLOneventElement | |
WMLOptgroupElement | 'optgroup' element groups related 'option' elements into a hierarchy. |
WMLOptionElement | 'option' element specifies a choice in a 'select' element |
WMLPElement | 'p' element specifies a paragraph (Section 11.8.3, WAP WML Version 16-Jun-1999) |
WMLPostfieldElement | |
WMLPrevElement | |
WMLRefreshElement | |
WMLSelectElement | 'select' element lets user pick from a list of options. |
WMLSetvarElement | |
WMLSmallElement | 'small' render the text with small font (Section 11.8.1, WAP WML Version 16-Jun-1999) |
WMLStrongElement | 'strong' strongly emphasis the text (Section 11.8.1, WAP WML Version 16-Jun-1999) |
WMLTableElement | 'table' create a set of aligned columns of text and images. |
WMLTdElement | 'tr' specifies a single table cell with in a row (Section 11.8.6, WAP WML Version 16-Jun-1999) |
WMLTemplateElement | The 'template' element declares a template for the cards in the deck. |
WMLTimerElement | 'timer' elements declares a card timer. |
WMLTrElement | 'tr' specifies a single row (Section 11.8.6, WAP WML Version 16-Jun-1999) |
WMLUElement | 'u' underline the text (Section 11.8.1, WAP WML Version 16-Jun-1999) |
WMLWmlElement | Root of WML document. |
Package org.enhydra.wireless.wml.dom Description
Wireless Markup Language (WML) support. This package contains WML-specific DOM interfaces and implementations of those interfaces. Support is provided to generate WML document classes with XMLC.
|
|||||||||
Home >> All >> org >> enhydra >> wireless >> wml >> [ dom overview ] | PREV PACKAGE NEXT PACKAGE |