| 
 | |||||||||||
| 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. | 
| org.dom4j.tree | 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 | 
| Classes in org.dom4j that implement Visitor | |
|  class | VisitorSupportVisitorSupportis an abstract base class which is useful for
 implementation inheritence or when using anonymous inner classes to create
 simpleVisitorimplementations. | 
| Methods in org.dom4j with parameters of type Visitor | |
|  void | Node.accept(Visitor visitor)acceptis the method used in the Visitor Pattern. | 
|  void | Namespace.accept(Visitor visitor) | 
| Uses of Visitor in org.dom4j.tree | 
| Methods in org.dom4j.tree with parameters of type Visitor | |
|  void | AbstractText.accept(Visitor visitor) | 
|  void | AbstractProcessingInstruction.accept(Visitor visitor) | 
|  void | AbstractEntity.accept(Visitor visitor) | 
|  void | AbstractElement.accept(Visitor visitor)acceptmethod is theVisitor Patternmethod. | 
|  void | AbstractDocumentType.accept(Visitor visitor) | 
|  void | AbstractDocument.accept(Visitor visitor)acceptmethod is theVisitor Patternmethod. | 
|  void | AbstractComment.accept(Visitor visitor) | 
|  void | AbstractCDATA.accept(Visitor visitor) | 
|  void | AbstractAttribute.accept(Visitor visitor) | 
| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||