Constructor | Description |
---|---|
VisitorSupport() |
Modifier and Type | Method | Description |
---|---|---|
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(Document document)
Visitor
Visits the given Document
public void visit(DocumentType documentType)
Visitor
Visits the given DocumentType
public void visit(Element node)
Visitor
Visits the given Element
public void visit(Attribute node)
Visitor
Visits the given Attribute
public void visit(CDATA node)
Visitor
Visits the given CDATA
public void visit(Comment node)
Visitor
Visits the given Comment
public void visit(Entity node)
Visitor
Visits the given Entity
public void visit(Namespace namespace)
Visitor
Visits the given Namespace
public void visit(ProcessingInstruction node)
Visitor
Visits the given ProcessingInstruction