Class VisitorSupport
java.lang.Object
org.dom4j.VisitorSupport
- All Implemented Interfaces:
Visitor
VisitorSupport is an abstract base class which is useful for
implementation inheritence or when using anonymous inner classes to create
simple Visitor implementations.- Version:
- $Revision: 1.6 $
- Author:
- James Strachan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidVisits the givenAttributevoidVisits the givenCDATAvoidVisits the givenCommentvoidVisits the givenDocumentvoidvisit(DocumentType documentType) Visits the givenDocumentTypevoidVisits the givenElementvoidVisits the givenEntityvoidVisits the givenNamespacevoidvisit(ProcessingInstruction node) Visits the givenProcessingInstructionvoidVisits the givenText