public class DocTypeRenderer extends Object implements DocTypeVisitor<String>
Constructor and Description |
---|
DocTypeRenderer() |
Modifier and Type | Method and Description |
---|---|
String |
visit(PublicDocType docType) |
String |
visit(SystemDocType docType) |
public String visit(PublicDocType docType)
visit
in interface DocTypeVisitor<String>
public String visit(SystemDocType docType)
visit
in interface DocTypeVisitor<String>
Copyright © 2006–2024 MyBatis.org. All rights reserved.