| Interface | Description |
|---|---|
| DOMSelector.INodeReferenceChecker |
Common interface for objects in charge of resolving references in DOM Selector
expressions.
|
| DOMVisitor |
A generic visitor interface for Document Object Model trees.
|
| Class | Description |
|---|---|
| AbstractTextNode |
Base abstract class for text-based node types in Thymeleaf DOM trees:
Texts and CDATASections. |
| Attribute |
Models an element attribute.
|
| CDATASection |
A CDATA Section node in a Thymeleaf DOM tree.
|
| Comment |
A Comment node in a Thymeleaf DOM tree.
|
| DocType |
Models a DOCTYPE declaration in an XML-based template document.
|
| Document | |
| DOMSelector |
DOM Selectors model selections of subtrees from Thymeleaf DOM trees.
|
| DOMSelector.AbstractNodeReferenceChecker |
Common abstract implementation of
DOMSelector.INodeReferenceChecker. |
| DOMSelector.AggregatingNodeReferenceChecker |
Implementation of
DOMSelector.INodeReferenceChecker that aggregates two other reference
checker objects. |
| Element |
An Element node in a Thymeleaf DOM tree.
|
| GroupNode |
A node group, potentially with attributes but no element name (no tag associated).
|
| Macro |
Node containing a piece of markup or text that should not be parsed or
interpreted in any way.
|
| NestableAttributeHolderNode |
A specialization of
NestableNode that adds the ability to hold
attributes. |
| NestableNode |
Base abstract class for all nodes in a Thymeleaf DOM tree which have
children.
|
| Node |
Base abstract class for all nodes in a Thymeleaf DOM tree.
|
| Node.NodeLocalVariablesMap | |
| Text |
A Text node in a Thymeleaf DOM tree.
|
| Enum | Description |
|---|---|
| Element.RepresentationInTemplate |
Specifies whether this element was a standalone element at the original template
file, or maybe an open element with a closing tag, or just an open element
(non-XML-well-formed).
|
Copyright © 2016 The THYMELEAF team. All rights reserved.