org.apache.html.dom

Class HTMLIsIndexElementImpl

public class HTMLIsIndexElementImpl extends HTMLElementImpl implements HTMLIsIndexElement

INTERNAL:

Usage of this class is not supported. It may be altered or removed at any time.

Version: $Revision: 1.9 $ $Date: 2005/04/18 01:04:17 $

Author: Assaf Arkin

See Also: org.w3c.dom.html.HTMLIsIndexElement org.apache.xerces.dom.ElementImpl

Constructor Summary
HTMLIsIndexElementImpl(HTMLDocumentImpl owner, String name)
Constructor requires owner document.
Method Summary
StringgetPrompt()
voidsetPrompt(String prompt)

Constructor Detail

HTMLIsIndexElementImpl

public HTMLIsIndexElementImpl(HTMLDocumentImpl owner, String name)
Constructor requires owner document.

Parameters: owner The owner HTML document

Method Detail

getPrompt

public String getPrompt()

setPrompt

public void setPrompt(String prompt)
Copyright B) 1999-2005 Apache XML Project. All Rights Reserved.