public abstract class AbstractModelVisitor extends Object implements IModelVisitor
Abstract base implementation for the IModelVisitor
interface.
This class provides empty implementations for all methods in the interface, so that users can define only the ones they are interested on.
Constructor and Description |
---|
AbstractModelVisitor() |
Modifier and Type | Method and Description |
---|---|
void |
visit(ICDATASection cdataSection) |
void |
visit(ICloseElementTag closeElementTag) |
void |
visit(IComment comment) |
void |
visit(IDocType docType) |
void |
visit(IOpenElementTag openElementTag) |
void |
visit(IProcessingInstruction processingInstruction) |
void |
visit(IStandaloneElementTag standaloneElementTag) |
void |
visit(ITemplateEnd templateEnd) |
void |
visit(ITemplateStart templateStart) |
void |
visit(IText text) |
void |
visit(IXMLDeclaration xmlDeclaration) |
public void visit(ITemplateStart templateStart)
visit
in interface IModelVisitor
public void visit(ITemplateEnd templateEnd)
visit
in interface IModelVisitor
public void visit(IXMLDeclaration xmlDeclaration)
visit
in interface IModelVisitor
public void visit(IDocType docType)
visit
in interface IModelVisitor
public void visit(ICDATASection cdataSection)
visit
in interface IModelVisitor
public void visit(IComment comment)
visit
in interface IModelVisitor
public void visit(IText text)
visit
in interface IModelVisitor
public void visit(IStandaloneElementTag standaloneElementTag)
visit
in interface IModelVisitor
public void visit(IOpenElementTag openElementTag)
visit
in interface IModelVisitor
public void visit(ICloseElementTag closeElementTag)
visit
in interface IModelVisitor
public void visit(IProcessingInstruction processingInstruction)
visit
in interface IModelVisitor
Copyright © 2016 The THYMELEAF team. All rights reserved.