|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.quiotix.html.parser.HtmlDocument.HtmlElement
public abstract static class HtmlDocument.HtmlElement
Abstract class for HTML elements. Enforces support for Visitors.
| Constructor Summary | |
|---|---|
HtmlDocument.HtmlElement()
|
|
| Method Summary | |
|---|---|
abstract void |
accept(HtmlVisitor v)
Allow the Visitor to visit. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.quiotix.html.parser.Sized |
|---|
getLength |
| Constructor Detail |
|---|
public HtmlDocument.HtmlElement()
| Method Detail |
|---|
public abstract void accept(HtmlVisitor v)
Visitable
accept in interface Visitablev - the visitor which has come to call
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||