public interface NodeVisitor
TagVisitor
, this is
a visitor for DOM tree.Modifier and Type | Method and Description |
---|---|
void |
cdata(CData cdata) |
void |
comment(Comment comment) |
void |
document(Document document) |
void |
documentType(DocumentType documentType) |
void |
element(Element element) |
void |
text(Text text) |
void |
xmlDeclaration(XmlDeclaration xmlDeclaration) |
void cdata(CData cdata)
void comment(Comment comment)
void document(Document document)
void documentType(DocumentType documentType)
void element(Element element)
void text(Text text)
void xmlDeclaration(XmlDeclaration xmlDeclaration)
Copyright © 2003-present Jodd Team