Package org.dom4j
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 TypeMethodDescriptionvoid
Visits the givenAttribute
void
Visits the givenCDATA
void
Visits the givenComment
void
Visits the givenDocument
void
visit
(DocumentType documentType) Visits the givenDocumentType
void
Visits the givenElement
void
Visits the givenEntity
void
Visits the givenNamespace
void
visit
(ProcessingInstruction node) Visits the givenProcessingInstruction
void
Visits the givenText
-
Constructor Details
-
VisitorSupport
public VisitorSupport()
-
-
Method Details
-
visit
Description copied from interface:Visitor
Visits the given
Document
-
visit
Description copied from interface:Visitor
Visits the given
DocumentType
-
visit
Description copied from interface:Visitor
Visits the given
Element
-
visit
Description copied from interface:Visitor
Visits the given
Attribute
-
visit
Description copied from interface:Visitor
Visits the given
CDATA
-
visit
Description copied from interface:Visitor
Visits the given
Comment
-
visit
Description copied from interface:Visitor
Visits the given
Entity
-
visit
Description copied from interface:Visitor
Visits the given
Namespace
-
visit
Description copied from interface:Visitor
Visits the given
ProcessingInstruction
-
visit
Description copied from interface:Visitor
Visits the given
Text
-