Uses of Interface
org.dom4j.Visitor
Packages that use Visitor
Package
Description
Defines the XML Document Object Model in Java interfaces together with some helper classes.
Contains the default implementations of the dom4j Document Object Model together with some helpful base classes for those wishing to implement their own document object model.
-
Uses of Visitor in org.dom4j
Modifier and TypeClassDescriptionclass
VisitorSupport
is an abstract base class which is useful for implementation inheritence or when using anonymous inner classes to create simpleVisitor
implementations. -
Uses of Visitor in org.dom4j.tree
Methods in org.dom4j.tree with parameters of type VisitorModifier and TypeMethodDescriptionvoid
void
void
void
accept
method is theVisitor Pattern
method.void
void
accept
method is theVisitor Pattern
method.void
void
void