|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.databene.commons.visitor.AbstractElement<E>
public abstract class AbstractElement<E>
Implementation of the Element interface that supports navigating through sub elements.
Created: 04.02.2007 07:53:23
| Constructor Summary | |
|---|---|
AbstractElement()
|
|
| Method Summary | |
|---|---|
void |
accept(Visitor<E> visitor)
|
protected void |
acceptImpl(Visitor<E> visitor)
|
protected abstract java.util.Collection<Element<E>> |
getChildren(Visitor<E> visitor)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractElement()
| Method Detail |
|---|
public final void accept(Visitor<E> visitor)
accept in interface Element<E>protected void acceptImpl(Visitor<E> visitor)
protected abstract java.util.Collection<Element<E>> getChildren(Visitor<E> visitor)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||