com.danieleturi.xml
Class VisitableElement
java.lang.Object
|
+--com.danieleturi.xml.VisitableElement
- All Implemented Interfaces:
- Visitee
- public class VisitableElement
- extends Object
- implements Visitee
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VisitableElement
public VisitableElement(org.jdom.Element element)
VisitableElement
public VisitableElement(String tag)
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)