com.danieleturi.xml
Class VisitableElement

java.lang.Object
  |
  +--com.danieleturi.xml.VisitableElement
All Implemented Interfaces:
Visitee

public class VisitableElement
extends Object
implements Visitee


Constructor Summary
VisitableElement(org.jdom.Element element)
           
VisitableElement(String tag)
           
 
Method Summary
 void accept(ElementVisitor v)
           
 void accept(Visitor v)
           
 org.jdom.Element getElement()
           
 void setElement(org.jdom.Element v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VisitableElement

public VisitableElement(org.jdom.Element element)

VisitableElement

public VisitableElement(String tag)
Method Detail

getElement

public org.jdom.Element getElement()

setElement

public void setElement(org.jdom.Element v)

accept

public void accept(Visitor v)
Specified by:
accept in interface Visitee

accept

public void accept(ElementVisitor v)