Class HTMLIsIndexElementImpl

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

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

    • HTMLIsIndexElementImpl

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

    • getPrompt

      public String getPrompt()
      Specified by:
      getPrompt in interface org.w3c.dom.html.HTMLIsIndexElement
    • setPrompt

      public void setPrompt(String prompt)
      Specified by:
      setPrompt in interface org.w3c.dom.html.HTMLIsIndexElement