Class HTMLIsIndexElementImpl

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

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

      • HTMLIsIndexElementImpl

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

      • getPrompt

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

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