| org.apache.wml.WMLImgElement | 
    
    
   Known Indirect Subclasses
  
 | 
Class Overview
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
 'img' specifies an image in a text flow
 (Section 11.9, WAP WML Version 16-Jun-1999)
 
Summary
| 
  [Expand]
   Inherited Constants  | 
   From interface
org.w3c.dom.Node
  
   
  
    
    
    
    
        | short | 
        ATTRIBUTE_NODE | 
         | 
     
    
    
    
        | short | 
        CDATA_SECTION_NODE | 
         | 
     
    
    
    
        | short | 
        COMMENT_NODE | 
         | 
     
    
    
    
        | short | 
        DOCUMENT_FRAGMENT_NODE | 
         | 
     
    
    
    
        | short | 
        DOCUMENT_NODE | 
         | 
     
    
    
    
        | short | 
        DOCUMENT_POSITION_CONTAINED_BY | 
         | 
     
    
    
    
        | short | 
        DOCUMENT_POSITION_CONTAINS | 
         | 
     
    
    
    
        | short | 
        DOCUMENT_POSITION_DISCONNECTED | 
         | 
     
    
    
    
        | short | 
        DOCUMENT_POSITION_FOLLOWING | 
         | 
     
    
    
    
        | short | 
        DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC | 
         | 
     
    
    
    
        | short | 
        DOCUMENT_POSITION_PRECEDING | 
         | 
     
    
    
    
        | short | 
        DOCUMENT_TYPE_NODE | 
         | 
     
    
    
    
        | short | 
        ELEMENT_NODE | 
         | 
     
    
    
    
        | short | 
        ENTITY_NODE | 
         | 
     
    
    
    
        | short | 
        ENTITY_REFERENCE_NODE | 
         | 
     
    
    
    
        | short | 
        NOTATION_NODE | 
         | 
     
    
    
    
        | short | 
        PROCESSING_INSTRUCTION_NODE | 
         | 
     
    
    
    
        | short | 
        TEXT_NODE | 
         | 
     
    
    
 
   
 
 | 
| Public Methods | 
	 
    
        | 
            abstract
            
            
            
            
            String
         | 
        
        getAlign()
        
   | 
	 
    
        | 
            abstract
            
            
            
            
            String
         | 
        
        getAlt()
        
   | 
	 
    
        | 
            abstract
            
            
            
            
            String
         | 
        
        getHeight()
        
   | 
	 
    
        | 
            abstract
            
            
            
            
            String
         | 
        
        getHspace()
        
   | 
	 
    
        | 
            abstract
            
            
            
            
            String
         | 
        
        getLocalSrc()
        
   | 
	 
    
        | 
            abstract
            
            
            
            
            String
         | 
        
        getSrc()
        
   | 
	 
    
        | 
            abstract
            
            
            
            
            String
         | 
        
        getVspace()
        
   | 
	 
    
        | 
            abstract
            
            
            
            
            String
         | 
        
        getWidth()
        
   | 
	 
    
        | 
            abstract
            
            
            
            
            String
         | 
        
        getXmlLang()
        
   | 
	 
    
        | 
            abstract
            
            
            
            
            void
         | 
        
        setAlign(String newValue)
        
         'align' specifies the alignment of the image within the text
 flow. 
  
   | 
	 
    
        | 
            abstract
            
            
            
            
            void
         | 
        
        setAlt(String newValue)
        
         'alt' specifies an alternative text for the image
 (Section 11.9, WAP WML Version 16-Jun-1999)
 
  
   | 
	 
    
        | 
            abstract
            
            
            
            
            void
         | 
        
        setHeight(String newValue)
        
         'height' specifies the height of an image. 
  
   | 
	 
    
        | 
            abstract
            
            
            
            
            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) 
 
  
   | 
	 
    
        | 
            abstract
            
            
            
            
            void
         | 
        
        setLocalSrc(String newValue)
        
         'localsrc' specifies an alternative internal representation of
 the image. 
  
   | 
	 
    
        | 
            abstract
            
            
            
            
            void
         | 
        
        setSrc(String newValue)
        
         'src' specifies URI for the source images
 (Section 11.9, WAP WML Version 16-Jun-1999)
 
  
   | 
	 
    
        | 
            abstract
            
            
            
            
            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) 
 
  
   | 
	 
    
        | 
            abstract
            
            
            
            
            void
         | 
        
        setWidth(String newValue)
        
         'width' specifies the width of an image. 
  
   | 
	 
    
        | 
            abstract
            
            
            
            
            void
         | 
        
        setXmlLang(String newValue)
        
         The xml:lang that specifics the natural or formal language in
 which the document is written. 
  
   | 
| 
  [Expand]
   Inherited Methods  | 
   
From interface
  org.apache.wml.WMLElement
 | 
   
From interface
  org.w3c.dom.Element
  
   
  
    
    
	 
    
        | 
            abstract
            
            
            
            
            String
         | 
        
        getAttribute(String arg0)
        
   |  
	 
    
        | 
            abstract
            
            
            
            
            String
         | 
        
        getAttributeNS(String arg0, String arg1)
        
   |  
	 
    
        | 
            abstract
            
            
            
            
            Attr
         | 
        
        getAttributeNode(String arg0)
        
   |  
	 
    
        | 
            abstract
            
            
            
            
            Attr
         | 
        
        getAttributeNodeNS(String arg0, String arg1)
        
   |  
	 
    
        | 
            abstract
            
            
            
            
            NodeList
         | 
        
        getElementsByTagName(String arg0)
        
   |  
	 
    
        | 
            abstract
            
            
            
            
            NodeList
         | 
        
        getElementsByTagNameNS(String arg0, String arg1)
        
   |  
	 
    
        | 
            abstract
            
            
            
            
            TypeInfo
         | 
        
        getSchemaTypeInfo()
        
   |  
	 
    
        | 
            abstract
            
            
            
            
            String
         | 
        
        getTagName()
        
   |  
	 
    
        | 
            abstract
            
            
            
            
            boolean
         | 
        
        hasAttribute(String arg0)
        
   |  
	 
    
        | 
            abstract
            
            
            
            
            boolean
         | 
        
        hasAttributeNS(String arg0, String arg1)
        
   |  
	 
    
        | 
            abstract
            
            
            
            
            void
         | 
        
        removeAttribute(String arg0)
        
   |  
	 
    
        | 
            abstract
            
            
            
            
            void
         | 
        
        removeAttributeNS(String arg0, String arg1)
        
   |  
	 
    
        | 
            abstract
            
            
            
            
            Attr
         | 
        
        removeAttributeNode(Attr arg0)
        
   |  
	 
    
        | 
            abstract
            
            
            
            
            void
         | 
        
        setAttribute(String arg0, String arg1)
        
   |  
	 
    
        | 
            abstract
            
            
            
            
            void
         | 
        
        setAttributeNS(String arg0, String arg1, String arg2)
        
   |  
	 
    
        | 
            abstract
            
            
            
            
            Attr
         | 
        
        setAttributeNode(Attr arg0)
        
   |  
	 
    
        | 
            abstract
            
            
            
            
            Attr
         | 
        
        setAttributeNodeNS(Attr arg0)
        
   |  
	 
    
        | 
            abstract
            
            
            
            
            void
         | 
        
        setIdAttribute(String arg0, boolean arg1)
        
   |  
	 
    
        | 
            abstract
            
            
            
            
            void
         | 
        
        setIdAttributeNS(String arg0, String arg1, boolean arg2)
        
   |  
	 
    
        | 
            abstract
            
            
            
            
            void
         | 
        
        setIdAttributeNode(Attr arg0, boolean arg1)
        
   |  
 
   
 
 | 
   
From interface
  org.w3c.dom.Node
  
   
  
    
    
	 
    
        | 
            abstract
            
            
            
            
            Node
         | 
        
        appendChild(Node arg0)
        
   |  
	 
    
        | 
            abstract
            
            
            
            
            Node
         | 
        
        cloneNode(boolean arg0)
        
   |  
	 
    
        | 
            abstract
            
            
            
            
            short
         | 
        
        compareDocumentPosition(Node arg0)
        
   |  
	 
    
        | 
            abstract
            
            
            
            
            NamedNodeMap
         | 
        
        getAttributes()
        
   |  
	 
    
        | 
            abstract
            
            
            
            
            String
         | 
        
        getBaseURI()
        
   |  
	 
    
        | 
            abstract
            
            
            
            
            NodeList
         | 
        
        getChildNodes()
        
   |  
	 
    
        | 
            abstract
            
            
            
            
            Object
         | 
        
        getFeature(String arg0, String arg1)
        
   |  
	 
    
        | 
            abstract
            
            
            
            
            Node
         | 
        
        getFirstChild()
        
   |  
	 
    
        | 
            abstract
            
            
            
            
            Node
         | 
        
        getLastChild()
        
   |  
	 
    
        | 
            abstract
            
            
            
            
            String
         | 
        
        getLocalName()
        
   |  
	 
    
        | 
            abstract
            
            
            
            
            String
         | 
        
        getNamespaceURI()
        
   |  
	 
    
        | 
            abstract
            
            
            
            
            Node
         | 
        
        getNextSibling()
        
   |  
	 
    
        | 
            abstract
            
            
            
            
            String
         | 
        
        getNodeName()
        
   |  
	 
    
        | 
            abstract
            
            
            
            
            short
         | 
        
        getNodeType()
        
   |  
	 
    
        | 
            abstract
            
            
            
            
            String
         | 
        
        getNodeValue()
        
   |  
	 
    
        | 
            abstract
            
            
            
            
            Document
         | 
        
        getOwnerDocument()
        
   |  
	 
    
        | 
            abstract
            
            
            
            
            Node
         | 
        
        getParentNode()
        
   |  
	 
    
        | 
            abstract
            
            
            
            
            String
         | 
        
        getPrefix()
        
   |  
	 
    
        | 
            abstract
            
            
            
            
            Node
         | 
        
        getPreviousSibling()
        
   |  
	 
    
        | 
            abstract
            
            
            
            
            String
         | 
        
        getTextContent()
        
   |  
	 
    
        | 
            abstract
            
            
            
            
            Object
         | 
        
        getUserData(String arg0)
        
   |  
	 
    
        | 
            abstract
            
            
            
            
            boolean
         | 
        
        hasAttributes()
        
   |  
	 
    
        | 
            abstract
            
            
            
            
            boolean
         | 
        
        hasChildNodes()
        
   |  
	 
    
        | 
            abstract
            
            
            
            
            Node
         | 
        
        insertBefore(Node arg0, Node arg1)
        
   |  
	 
    
        | 
            abstract
            
            
            
            
            boolean
         | 
        
        isDefaultNamespace(String arg0)
        
   |  
	 
    
        | 
            abstract
            
            
            
            
            boolean
         | 
        
        isEqualNode(Node arg0)
        
   |  
	 
    
        | 
            abstract
            
            
            
            
            boolean
         | 
        
        isSameNode(Node arg0)
        
   |  
	 
    
        | 
            abstract
            
            
            
            
            boolean
         | 
        
        isSupported(String arg0, String arg1)
        
   |  
	 
    
        | 
            abstract
            
            
            
            
            String
         | 
        
        lookupNamespaceURI(String arg0)
        
   |  
	 
    
        | 
            abstract
            
            
            
            
            String
         | 
        
        lookupPrefix(String arg0)
        
   |  
	 
    
        | 
            abstract
            
            
            
            
            void
         | 
        
        normalize()
        
   |  
	 
    
        | 
            abstract
            
            
            
            
            Node
         | 
        
        removeChild(Node arg0)
        
   |  
	 
    
        | 
            abstract
            
            
            
            
            Node
         | 
        
        replaceChild(Node arg0, Node arg1)
        
   |  
	 
    
        | 
            abstract
            
            
            
            
            void
         | 
        
        setNodeValue(String arg0)
        
   |  
	 
    
        | 
            abstract
            
            
            
            
            void
         | 
        
        setPrefix(String arg0)
        
   |  
	 
    
        | 
            abstract
            
            
            
            
            void
         | 
        
        setTextContent(String arg0)
        
   |  
	 
    
        | 
            abstract
            
            
            
            
            Object
         | 
        
        setUserData(String arg0, Object arg1, UserDataHandler arg2)
        
   |  
 
   
 
 | 
 
Public Methods
 
    
      
        public 
         
         
        abstract 
         
        String
      
      getAlign
      ()
    
      
    
 
 
    
      
        public 
         
         
        abstract 
         
        String
      
      getAlt
      ()
    
      
    
 
 
    
      
        public 
         
         
        abstract 
         
        String
      
      getHeight
      ()
    
      
    
 
 
    
      
        public 
         
         
        abstract 
         
        String
      
      getHspace
      ()
    
      
    
 
 
    
      
        public 
         
         
        abstract 
         
        String
      
      getLocalSrc
      ()
    
      
    
 
 
    
      
        public 
         
         
        abstract 
         
        String
      
      getSrc
      ()
    
      
    
 
 
    
      
        public 
         
         
        abstract 
         
        String
      
      getVspace
      ()
    
      
    
 
 
    
      
        public 
         
         
        abstract 
         
        String
      
      getWidth
      ()
    
      
    
 
 
    
      
        public 
         
         
        abstract 
         
        String
      
      getXmlLang
      ()
    
      
    
 
 
    
      
        public 
         
         
        abstract 
         
        void
      
      setAlign
      (String newValue)
    
      
    
      
  'align' specifies the alignment of the image within the text
 flow.
 (Section 11.8, WAP WML Version 16-Jun-1999)
 
     
 
 
    
      
        public 
         
         
        abstract 
         
        void
      
      setAlt
      (String newValue)
    
      
    
      
  'alt' specifies an alternative text for the image
 (Section 11.9, WAP WML Version 16-Jun-1999)
 
     
 
 
    
      
        public 
         
         
        abstract 
         
        void
      
      setHeight
      (String newValue)
    
      
    
      
  'height' specifies the height of an image.
 (Section 11.9, WAP WML Version 16-Jun-1999)
 
     
 
 
    
      
        public 
         
         
        abstract 
         
        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) 
 
     
 
 
    
      
        public 
         
         
        abstract 
         
        void
      
      setLocalSrc
      (String newValue)
    
      
    
      
  'localsrc' specifies an alternative internal representation of
 the image.
 (Section 11.9, WAP WML Version 16-Jun-1999) 
 
     
 
 
    
      
        public 
         
         
        abstract 
         
        void
      
      setSrc
      (String newValue)
    
      
    
      
  'src' specifies URI for the source images
 (Section 11.9, WAP WML Version 16-Jun-1999)
 
     
 
 
    
      
        public 
         
         
        abstract 
         
        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) 
 
     
 
 
    
      
        public 
         
         
        abstract 
         
        void
      
      setWidth
      (String newValue)
    
      
    
      
  'width' specifies the width of an image.
 (Section 11.9, WAP WML Version 16-Jun-1999)
 
     
 
 
    
      
        public 
         
         
        abstract 
         
        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)