org.apache.html.dom

Class HTMLLIElementImpl

public class HTMLLIElementImpl extends HTMLElementImpl implements HTMLLIElement

Version: $Revision: 1.9 $ $Date: 2005/04/18 01:04:17 $

Author: Assaf Arkin

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

UNKNOWN:

Constructor Summary
HTMLLIElementImpl(HTMLDocumentImpl owner, String name)
Constructor requires owner document.
Method Summary
StringgetType()
intgetValue()
voidsetType(String type)
voidsetValue(int value)

Constructor Detail

HTMLLIElementImpl

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

Parameters: owner The owner HTML document

Method Detail

getType

public String getType()

getValue

public int getValue()

setType

public void setType(String type)

setValue

public void setValue(int value)
Copyright © 1999-2005 Apache XML Project. All Rights Reserved.