org.apache.html.dom

Class HTMLPreElementImpl

public class HTMLPreElementImpl extends HTMLElementImpl implements HTMLPreElement

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:12:37 $

Author: Assaf Arkin

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

Constructor Summary
HTMLPreElementImpl(HTMLDocumentImpl owner, String name)
Constructor requires owner document.
Method Summary
intgetWidth()
voidsetWidth(int width)

Constructor Detail

HTMLPreElementImpl

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

Parameters: owner The owner HTML document

Method Detail

getWidth

public int getWidth()

setWidth

public void setWidth(int width)
Copyright B) 1999-2005 Apache XML Project. All Rights Reserved.