org.apache.html.dom

Class HTMLTableCaptionElementImpl

public class HTMLTableCaptionElementImpl extends HTMLElementImpl implements HTMLTableCaptionElement

Version: $Revision: 1.9 $ $Date: 2005/04/18 01:20:21 $

Author: Assaf Arkin

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

UNKNOWN:

Constructor Summary
HTMLTableCaptionElementImpl(HTMLDocumentImpl owner, String name)
Constructor requires owner document.
Method Summary
StringgetAlign()
voidsetAlign(String align)

Constructor Detail

HTMLTableCaptionElementImpl

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

Parameters: owner The owner HTML document

Method Detail

getAlign

public String getAlign()

setAlign

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