org.apache.html.dom

Class HTMLUListElementImpl

public class HTMLUListElementImpl extends HTMLElementImpl implements HTMLUListElement

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

Author: Assaf Arkin

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

UNKNOWN:

Constructor Summary
HTMLUListElementImpl(HTMLDocumentImpl owner, String name)
Constructor requires owner document.
Method Summary
booleangetCompact()
StringgetType()
voidsetCompact(boolean compact)
voidsetType(String type)

Constructor Detail

HTMLUListElementImpl

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

Parameters: owner The owner HTML document

Method Detail

getCompact

public boolean getCompact()

getType

public String getType()

setCompact

public void setCompact(boolean compact)

setType

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