Class HTMLSpanElement

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, org.htmlunit.corejs.javascript.ConstProperties, org.htmlunit.corejs.javascript.debug.DebuggableObject, org.htmlunit.corejs.javascript.Scriptable, org.htmlunit.corejs.javascript.SymbolScriptable

    public class HTMLSpanElement
    extends HTMLElement
    The JavaScript object HTMLSpanElement.
    See Also:
    Serialized Form
    • Field Detail

      • endTagForbidden_

        private boolean endTagForbidden_
    • Constructor Detail

      • HTMLSpanElement

        public HTMLSpanElement()
        Creates an instance.
    • Method Detail

      • setDomNode

        public void setDomNode​(DomNode domNode)
        Sets the DOM node that corresponds to this JavaScript object.
        Overrides:
        setDomNode in class HTMLElement
        Parameters:
        domNode - the DOM node
      • getCite

        public java.lang.String getCite()
        Returns the value of the cite property.
        Returns:
        the value of the cite property
      • setCite

        public void setCite​(java.lang.String cite)
        Returns the value of the cite property.
        Parameters:
        cite - the value
      • getDateTime

        public java.lang.String getDateTime()
        Returns the value of the dateTime property.
        Returns:
        the value of the dateTime property
      • setDateTime

        public void setDateTime​(java.lang.String dateTime)
        Returns the value of the dateTime property.
        Parameters:
        dateTime - the value
      • isEndTagForbidden

        protected boolean isEndTagForbidden()
        Returns whether the end tag is forbidden or not.
        Overrides:
        isEndTagForbidden in class HTMLElement
        Returns:
        whether the end tag is forbidden or not
        See Also:
        HTML 4 specs