org.thymeleaf.dom
Class Document

Object
  extended by org.thymeleaf.dom.Node
      extended by org.thymeleaf.dom.NestableNode
          extended by org.thymeleaf.dom.Document
All Implemented Interfaces:
java.io.Serializable

public final class Document
extends NestableNode

Since:
2.0.0
Author:
Daniel Fernández
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.thymeleaf.dom.Node
NODE_PROPERTY_XML_ENCODING, NODE_PROPERTY_XML_STANDALONE, NODE_PROPERTY_XML_VERSION
 
Constructor Summary
Document()
           
Document(DocType docType)
           
Document(String documentName)
           
Document(String documentName, DocType docType)
           
 
Method Summary
 Document clone(boolean cloneProcessors)
           
 DocType getDocType()
           
 boolean hasDocType()
           
 void precompute(Configuration configuration)
           
 void process(Arguments arguments)
           
 
Methods inherited from class org.thymeleaf.dom.NestableNode
addChild, clearChildren, extractChild, getChildren, getElementChildren, getFirstChild, getFirstElementChild, hasChildren, insertAfter, insertBefore, insertChild, moveAllChildren, numChildren, removeChild, removeChild, setChildren, unsafeGetChildrenNodeArray, visit
 
Methods inherited from class org.thymeleaf.dom.Node
applyDialectPrefix, cloneNode, getDocumentName, getLineNumber, getNodeLocalVariableNames, getNodeProperty, getNodePropertyNames, getParent, getRecomputeProcessorsAfterEachExecution, getRecomputeProcessorsImmediately, hasNodeLocalVariables, hasNodeProperty, hasParent, isSkippable, normalizeName, setAllNodeLocalVariables, setNodeLocalVariable, setNodeProperty, setParent, setRecomputeProcessorsAfterEachExecution, setRecomputeProcessorsImmediately, setSkippable, unsafeGetNodeLocalVariables, unsafeGetNodeProperties
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Document

public Document()

Document

public Document(DocType docType)

Document

public Document(String documentName)

Document

public Document(String documentName,
                DocType docType)
Method Detail

getDocType

public DocType getDocType()

hasDocType

public boolean hasDocType()

precompute

public final void precompute(Configuration configuration)

process

public final void process(Arguments arguments)

clone

public Document clone(boolean cloneProcessors)


Copyright © 2012 The THYMELEAF team. All Rights Reserved.