public final class Document extends NestableNode
Node.NodeLocalVariablesMapNODE_PROPERTY_XML_ENCODING, NODE_PROPERTY_XML_STANDALONE, NODE_PROPERTY_XML_VERSION| Constructor and Description |
|---|
Document() |
Document(DocType docType) |
Document(String documentName) |
Document(String documentName,
DocType docType) |
| Modifier and Type | Method and Description |
|---|---|
Document |
clone(boolean cloneProcessors) |
DocType |
getDocType() |
boolean |
hasDocType() |
void |
precompute(Configuration configuration) |
void |
process(Arguments arguments) |
void |
setDocType(DocType docType) |
addChild, clearChildren, extractChild, getChildren, getElementChildren, getFirstChild, getFirstElementChild, hasChildren, insertAfter, insertBefore, insertChild, moveAllChildren, numChildren, removeChild, removeChild, setChildren, setProcessCommentNodes, setProcessTextNodes, unsafeGetChildrenNodeArray, visitaddAllNonExistingNodeLocalVariables, applyDialectPrefix, cloneNode, getDocumentName, getLineNumber, getNodeLocalVariableNames, getNodeProperty, getNodePropertyNames, getParent, getProcessCommentNodes, getProcessTextNodes, getRecomputeProcessorsAfterEachExecution, getRecomputeProcessorsImmediately, hasNodeLocalVariables, hasNodeProperty, hasParent, isProcessable, isSkippable, normalizeName, setAllNodeLocalVariables, setNodeLocalVariable, setNodeProperty, setParent, setProcessable, setRecomputeProcessorsAfterEachExecution, setRecomputeProcessorsImmediately, setSkippable, unsafeGetNodePropertiespublic Document()
public Document(DocType docType)
public Document(String documentName)
public DocType getDocType()
public boolean hasDocType()
public void setDocType(DocType docType)
public void precompute(Configuration configuration)
public void process(Arguments arguments)
public Document clone(boolean cloneProcessors)
Copyright © 2016 The THYMELEAF team. All rights reserved.