|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Visitor | |
---|---|
org.dom4j | Defines the XML Document Object Model in Java interfaces together with some helper classes. |
Uses of Visitor in org.dom4j |
---|
Classes in org.dom4j that implement Visitor | |
---|---|
class |
VisitorSupport
VisitorSupport is an abstract base class which is useful for
implementation inheritence or when using anonymous inner classes to create
simple Visitor implementations. |
Methods in org.dom4j with parameters of type Visitor | |
---|---|
void |
Namespace.accept(Visitor visitor)
|
void |
Node.accept(Visitor visitor)
accept is the method used in the Visitor Pattern. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |