|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.quiotix.html.parser.HtmlDocument.HtmlElement
Abstract class for HTML elements. Enforces support for Visitors.
Constructor Summary | |
HtmlDocument.HtmlElement()
|
Method Summary | |
abstract void |
accept(HtmlVisitor v)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HtmlDocument.HtmlElement()
Method Detail |
public abstract void accept(HtmlVisitor v)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |