org.apache.html.dom

Class HTMLModElementImpl

public class HTMLModElementImpl extends HTMLElementImpl implements HTMLModElement

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:09:10 $

Author: Assaf Arkin

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

Constructor Summary
HTMLModElementImpl(HTMLDocumentImpl owner, String name)
Constructor requires owner document and tag name.
Method Summary
StringgetCite()
StringgetDateTime()
voidsetCite(String cite)
voidsetDateTime(String dateTime)

Constructor Detail

HTMLModElementImpl

public HTMLModElementImpl(HTMLDocumentImpl owner, String name)
Constructor requires owner document and tag name.

Parameters: owner The owner HTML document

Method Detail

getCite

public String getCite()

getDateTime

public String getDateTime()

setCite

public void setCite(String cite)

setDateTime

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