org.apache.html.dom

Class HTMLHeadingElementImpl

public class HTMLHeadingElementImpl extends HTMLElementImpl implements HTMLHeadingElement

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 00:46:04 $

Author: Assaf Arkin

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

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

Constructor Detail

HTMLHeadingElementImpl

public HTMLHeadingElementImpl(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.