org.apache.html.dom

Class HTMLOListElementImpl

public class HTMLOListElementImpl extends HTMLElementImpl implements HTMLOListElement

Version: $Revision: 1.9 $ $Date: 2005/04/18 01:09:10 $

Author: Assaf Arkin

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

UNKNOWN:

Constructor Summary
HTMLOListElementImpl(HTMLDocumentImpl owner, String name)
Constructor requires owner document.
Method Summary
booleangetCompact()
intgetStart()
StringgetType()
voidsetCompact(boolean compact)
voidsetStart(int start)
voidsetType(String type)

Constructor Detail

HTMLOListElementImpl

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

Parameters: owner The owner HTML document

Method Detail

getCompact

public boolean getCompact()

getStart

public int getStart()

getType

public String getType()

setCompact

public void setCompact(boolean compact)

setStart

public void setStart(int start)

setType

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