org.kde.koala
Class HTMLMetaElement

java.lang.Object
  extended by org.kde.koala.Node
      extended by org.kde.koala.Element
          extended by org.kde.koala.HTMLElement
              extended by org.kde.koala.HTMLMetaElement
All Implemented Interfaces:
org.kde.qt.QtSupport

public class HTMLMetaElement
extends HTMLElement

This contains generic meta-information about the document. See the META element definition in HTML 4.0.


Constructor Summary
  HTMLMetaElement()
           
protected HTMLMetaElement(java.lang.Class dummy)
           
  HTMLMetaElement(HTMLMetaElement other)
           
  HTMLMetaElement(Node other)
           
 
Method Summary
 java.lang.String content()
          Associated information.
 java.lang.String httpEquiv()
          HTTP response header name.
 java.lang.String name()
          Meta information name.
 java.lang.String scheme()
          Select form of content.
 void setContent(java.lang.String arg1)
          see content
 void setHttpEquiv(java.lang.String arg1)
          see httpEquiv
 void setName(java.lang.String arg1)
          see name
 void setScheme(java.lang.String arg1)
          see scheme
 
Methods inherited from class org.kde.koala.HTMLElement
addCSSProperty, all, assignOther, children, className, dir, id, innerHTML, innerText, lang, removeCSSProperty, setClassName, setDir, setId, setInnerHTML, setInnerText, setLang, setTitle, title
 
Methods inherited from class org.kde.koala.Element
contentEditable, form, getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getElementsByTagName, getElementsByTagNameNS, hasAttribute, hasAttributeNS, isHTMLElement, khtmlMalformedPrefix, khtmlMalformedQualifiedName, khtmlValidAttrName, khtmlValidPrefix, khtmlValidQualifiedName, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setContentEditable, style, tagName
 
Methods inherited from class org.kde.koala.Node
addEventListener, appendChild, applyChanges, attributes, childNodes, cloneNode, dispatchEvent, elementId, firstChild, getRect, hasAttributes, hasChildNodes, index, insertBefore, isNull, isSupported, lastChild, localName, namespaceURI, nextSibling, nodeName, nodeType, nodeValue, normalize, op_equals, op_not_equals, ownerDocument, parentNode, prefix, previousSibling, removeChild, removeEventListener, replaceChild, setNodeValue, setPrefix
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLMetaElement

protected HTMLMetaElement(java.lang.Class dummy)

HTMLMetaElement

public HTMLMetaElement()

HTMLMetaElement

public HTMLMetaElement(HTMLMetaElement other)

HTMLMetaElement

public HTMLMetaElement(Node other)
Method Detail

content

public java.lang.String content()
Associated information. See the content attribute definition in HTML 4.0.


setContent

public void setContent(java.lang.String arg1)
see content


httpEquiv

public java.lang.String httpEquiv()
HTTP response header name. See the http-equiv attribute definition in HTML 4.0.


setHttpEquiv

public void setHttpEquiv(java.lang.String arg1)
see httpEquiv


name

public java.lang.String name()
Meta information name. See the name attribute definition in HTML 4.0.


setName

public void setName(java.lang.String arg1)
see name


scheme

public java.lang.String scheme()
Select form of content. See the scheme attribute definition in HTML 4.0.


setScheme

public void setScheme(java.lang.String arg1)
see scheme