Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
org.enhydra.wireless.wml.dom.WMLElement

Uses of WMLElement in org.enhydra.wireless.wml.dom
 

Subinterfaces of WMLElement in org.enhydra.wireless.wml.dom
 interface WMLAccessElement
           
 interface WMLAElement
           
 interface WMLAnchorElement
           
 interface WMLBElement
          'b' boldface the text (Section 11.8.1, WAP WML Version 16-Jun-1999)
 interface WMLBigElement
          'big' render the text with big font (Section 11.8.1, WAP WML Version 16-Jun-1999)
 interface WMLBrElement
          'br' element starts a new line
 interface WMLCardElement
          'card' element is the basic display unit of WML.
 interface WMLDoElement
           
 interface WMLEmElement
          'em' emphasis the text (Section 11.8.1, WAP WML Version 16-Jun-1999)
 interface WMLFieldsetElement
          'fieldset' element groups related fields and tet (Section 11.6.4, WAP WML Version 16-Jun-1999)
 interface WMLGoElement
           
 interface WMLHeadElement
          The head element contains information about a deck.
 interface WMLIElement
          'i' italic the text (Section 11.8.1, WAP WML Version 16-Jun-1999)
 interface WMLImgElement
          'img' specifies an image in a text flow (Section 11.9, WAP WML Version 16-Jun-1999)
 interface WMLInputElement
          'input' element specifies a text entry object.
 interface WMLMetaElement
          The meta element contains meta-info of an WML deck (Section 11.3.2, WAP WML Version 16-Jun-1999)
 interface WMLNoopElement
           
 interface WMLOneventElement
           
 interface WMLOptgroupElement
          'optgroup' element groups related 'option' elements into a hierarchy.
 interface WMLOptionElement
          'option' element specifies a choice in a 'select' element
 interface WMLPElement
          'p' element specifies a paragraph (Section 11.8.3, WAP WML Version 16-Jun-1999)
 interface WMLPostfieldElement
           
 interface WMLPrevElement
           
 interface WMLRefreshElement
           
 interface WMLSelectElement
          'select' element lets user pick from a list of options.
 interface WMLSetvarElement
           
 interface WMLSmallElement
          'small' render the text with small font (Section 11.8.1, WAP WML Version 16-Jun-1999)
 interface WMLStrongElement
          'strong' strongly emphasis the text (Section 11.8.1, WAP WML Version 16-Jun-1999)
 interface WMLTableElement
          'table' create a set of aligned columns of text and images.
 interface WMLTdElement
          'tr' specifies a single table cell with in a row (Section 11.8.6, WAP WML Version 16-Jun-1999)
 interface WMLTemplateElement
          The 'template' element declares a template for the cards in the deck.
 interface WMLTimerElement
          'timer' elements declares a card timer.
 interface WMLTrElement
          'tr' specifies a single row (Section 11.8.6, WAP WML Version 16-Jun-1999)
 interface WMLUElement
          'u' underline the text (Section 11.8.1, WAP WML Version 16-Jun-1999)
 interface WMLWmlElement
          Root of WML document.