|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dom4j.VisitorSupport
VisitorSupport
is an abstract base class which is useful for
implementation inheritence or when using anonymous inner classes to create
simple Visitor
implementations.
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 |
public VisitorSupport()
Method Detail |
public void visit(Document document)
Visitor
Visits the given Document
visit
in interface Visitor
document
- is the Document
node to visit.public void visit(DocumentType documentType)
Visitor
Visits the given DocumentType
visit
in interface Visitor
documentType
- is the DocumentType
node to visit.public void visit(Element node)
Visitor
Visits the given Element
visit
in interface Visitor
node
- is the Element
node to visit.public void visit(Attribute node)
Visitor
Visits the given Attribute
visit
in interface Visitor
node
- is the Attribute
node to visit.public void visit(CDATA node)
Visitor
Visits the given CDATA
visit
in interface Visitor
node
- is the CDATA
node to visit.public void visit(Comment node)
Visitor
Visits the given Comment
visit
in interface Visitor
node
- is the Comment
node to visit.public void visit(Entity node)
Visitor
Visits the given Entity
visit
in interface Visitor
node
- is the Entity
node to visit.public void visit(Namespace namespace)
Visitor
Visits the given Namespace
visit
in interface Visitor
namespace
- is the Namespace
node to visit.public void visit(ProcessingInstruction node)
Visitor
Visits the given ProcessingInstruction
visit
in interface Visitor
node
- is the ProcessingInstruction
node to visit.public void visit(Text node)
Visitor
Visits the given Text
visit
in interface Visitor
node
- is the Text
node to visit.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |