Class HTMLHeadElementImpl

  • All Implemented Interfaces:
    java.lang.Cloneable, org.w3c.dom.Element, org.w3c.dom.events.EventTarget, org.w3c.dom.html.HTMLElement, org.w3c.dom.html.HTMLHeadElement, org.w3c.dom.Node, org.w3c.dom.NodeList, org.w3c.dom.TypeInfo

    public class HTMLHeadElementImpl
    extends HTMLElementImpl
    implements org.w3c.dom.html.HTMLHeadElement
    See Also:
    HTMLHeadElement, ElementImpl
    • Constructor Detail

      • HTMLHeadElementImpl

        public HTMLHeadElementImpl​(HTMLDocumentImpl owner,
                                   java.lang.String name)
        Constructor requires owner document.
        Parameters:
        owner - The owner HTML document
    • Method Detail

      • getProfile

        public java.lang.String getProfile()
        Specified by:
        getProfile in interface org.w3c.dom.html.HTMLHeadElement
      • setProfile

        public void setProfile​(java.lang.String profile)
        Specified by:
        setProfile in interface org.w3c.dom.html.HTMLHeadElement