Class HTMLBaseElementImpl

All Implemented Interfaces:
Cloneable, Element, EventTarget, org.w3c.dom.html.HTMLBaseElement, org.w3c.dom.html.HTMLElement, Node, NodeList, TypeInfo

public class HTMLBaseElementImpl extends HTMLElementImpl implements org.w3c.dom.html.HTMLBaseElement
See Also:
  • Constructor Details

    • HTMLBaseElementImpl

      public HTMLBaseElementImpl(HTMLDocumentImpl owner, String name)
      Constructor requires owner document.
      Parameters:
      owner - The owner HTML document
  • Method Details

    • getHref

      public String getHref()
      Specified by:
      getHref in interface org.w3c.dom.html.HTMLBaseElement
    • setHref

      public void setHref(String href)
      Specified by:
      setHref in interface org.w3c.dom.html.HTMLBaseElement
    • getTarget

      public String getTarget()
      Specified by:
      getTarget in interface org.w3c.dom.html.HTMLBaseElement
    • setTarget

      public void setTarget(String target)
      Specified by:
      setTarget in interface org.w3c.dom.html.HTMLBaseElement