public abstract class VisitorSupport extends Object implements Visitor
VisitorSupport
is an abstract base class which is useful for
implementation inheritence or when using anonymous inner classes to create
simple Visitor
implementations.
构造器和说明 |
---|
VisitorSupport() |
限定符和类型 | 方法和说明 |
---|---|
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
|
public void visit(DocumentType documentType)
Visitor
Visits the given DocumentType
public void visit(ProcessingInstruction node)
Visitor
Visits the given ProcessingInstruction
Copyright © 2005 MetaStuff Ltd. All Rights Reserved. Hosted by