| Package | Description |
|---|---|
| org.thymeleaf.dom | |
| org.thymeleaf.templatewriter | |
| org.thymeleaf.util |
| Modifier and Type | Method and Description |
|---|---|
DocType |
Document.getDocType() |
| Modifier and Type | Method and Description |
|---|---|
void |
Document.setDocType(DocType docType) |
| Constructor and Description |
|---|
Document(DocType docType) |
Document(String documentName,
DocType docType) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractGeneralTemplateWriter.writeDocType(Arguments arguments,
Writer writer,
DocType docType) |
| Modifier and Type | Method and Description |
|---|---|
static DocType |
StandardDOMTranslator.translateDocumentType(DocumentType domDocumentType) |
static DocType |
StandardDOMTranslator.translateDocumentType(DocumentType domDocumentType,
String originalDocTypeClause) |
Copyright © 2016 The THYMELEAF team. All rights reserved.