org.apache.html.dom

Class HTMLQuoteElementImpl

public class HTMLQuoteElementImpl extends HTMLElementImpl implements HTMLQuoteElement

Version: $Revision: 1.9 $ $Date: 2005/04/18 01:12:37 $

Author: Assaf Arkin

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

UNKNOWN:

Constructor Summary
HTMLQuoteElementImpl(HTMLDocumentImpl owner, String name)
Constructor requires owner document.
Method Summary
StringgetCite()
voidsetCite(String cite)

Constructor Detail

HTMLQuoteElementImpl

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

Parameters: owner The owner HTML document

Method Detail

getCite

public String getCite()

setCite

public void setCite(String cite)
Copyright © 1999-2005 Apache XML Project. All Rights Reserved.