|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
org.dom4j Class VisitorSupport
java.lang.Objectorg.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 | |
VisitorSupport()
|
|
| Method Summary | |
void |
visit(Attribute node)
Visits the given Attribute
|
void |
visit(CDATA node)
Visits the given CDATA
|
void |
visit(Comment node)
Visits the given Comment
|
void |
visit(Document document)
Visits the given Document
|
void |
visit(DocumentType documentType)
Visits the given DocumentType
|
void |
visit(Element node)
Visits the given Element
|
void |
visit(Entity node)
Visits the given Entity
|
void |
visit(Namespace namespace)
Visits the given Namespace
|
void |
visit(ProcessingInstruction node)
Visits the given ProcessingInstruction
|
void |
visit(Text node)
Visits the given Text
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
VisitorSupport
public VisitorSupport()
| Method Detail |
visit
public void visit(Document document)
- Description copied from interface:
Visitor Visits the given
Document- Parameters:
document- is theDocumentnode to visit.
visit
public void visit(DocumentType documentType)
- Description copied from interface:
Visitor Visits the given
DocumentType- Parameters:
documentType- is theDocumentTypenode to visit.
visit
public void visit(Element node)
- Description copied from interface:
Visitor Visits the given
Element- Parameters:
node- is theElementnode to visit.
visit
public void visit(Attribute node)
- Description copied from interface:
Visitor Visits the given
Attribute- Parameters:
node- is theAttributenode to visit.
visit
public void visit(CDATA node)
- Description copied from interface:
Visitor Visits the given
CDATA- Parameters:
node- is theCDATAnode to visit.
visit
public void visit(Comment node)
- Description copied from interface:
Visitor Visits the given
Comment- Parameters:
node- is theCommentnode to visit.
visit
public void visit(Entity node)
- Description copied from interface:
Visitor Visits the given
Entity- Parameters:
node- is theEntitynode to visit.
visit
public void visit(Namespace namespace)
- Description copied from interface:
Visitor Visits the given
Namespace- Parameters:
namespace- is theNamespacenode to visit.
visit
public void visit(ProcessingInstruction node)
- Description copied from interface:
Visitor Visits the given
ProcessingInstruction- Parameters:
node- is theProcessingInstructionnode to visit.
visit
public void visit(Text node)
- Description copied from interface:
Visitor Visits the given
Text- Parameters:
node- is theTextnode to visit.
|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Copyright © 2001-2005 MetaStuff Ltd.. All Rights Reserved.
org.dom4j.VisitorSupport