org.apache.html.dom
public class HTMLOListElementImpl extends HTMLElementImpl implements HTMLOListElement
Version: $Revision: 1.9 $ $Date: 2005/04/18 01:09:10 $
See Also: org.w3c.dom.html.HTMLOListElement org.apache.xerces.dom.ElementImpl
Constructor Summary | |
---|---|
HTMLOListElementImpl(HTMLDocumentImpl owner, String name)
Constructor requires owner document.
|
Method Summary | |
---|---|
boolean | getCompact() |
int | getStart() |
String | getType() |
void | setCompact(boolean compact) |
void | setStart(int start) |
void | setType(String type) |
Parameters: owner The owner HTML document