Interface NodeVisitor
- All Known Implementing Classes:
LagartoHtmlRendererNodeVisitor
public interface NodeVisitor
Similar to
TagVisitor, this is
a visitor for DOM tree.-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoiddocumentType(DocumentType documentType) voidvoidvoidxmlDeclaration(XmlDeclaration xmlDeclaration)
-
Method Details
-
cdata
-
comment
-
document
-
documentType
-
element
-
text
-
xmlDeclaration
-