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 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
-
Constructor Details
-
VisitorSupport
public VisitorSupport()
-
-
Method Details
-
visit
Description copied from interface:VisitorVisits the given
Document -
visit
Description copied from interface:VisitorVisits the given
DocumentType -
visit
Description copied from interface:VisitorVisits the given
Element -
visit
Description copied from interface:VisitorVisits the given
Attribute -
visit
Description copied from interface:VisitorVisits the given
CDATA -
visit
Description copied from interface:VisitorVisits the given
Comment -
visit
Description copied from interface:VisitorVisits the given
Entity -
visit
Description copied from interface:VisitorVisits the given
Namespace -
visit
Description copied from interface:VisitorVisits the given
ProcessingInstruction -
visit
Description copied from interface:VisitorVisits the given
Text
-