org.apache.html.dom

Class HTMLModElementImpl

public class HTMLModElementImpl extends HTMLElementImpl implements HTMLModElement

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

UNKNOWN:

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 © 1999-2005 Apache XML Project. All Rights Reserved.