Interface | Description |
---|---|
IAttribute |
Interface defining an attribute contained in a tag.
|
ICDATASection |
Event interface defining a CDATA Section.
|
ICloseElementTag |
Event interface defining a close element tag.
|
IComment |
Event interface defining a Comment.
|
IDocType |
Event interface defining a DOCTYPE clause.
|
IElementTag |
Event interface defining an element tag (open, close or standalone).
|
IModel |
Interface representing all model objects.
|
IModelFactory |
Interface defining model factories.
|
IModelVisitor |
Interface to be implemented by all classes modeling actions to be performed on
an event or sequence of events according to the Visitor pattern.
|
IOpenElementTag |
Event interface defining an open element tag.
|
IProcessableElementTag |
Event interface defining a processable element tag, i.e an element tag on which processors can be
applied (open, standalone).
|
IProcessingInstruction |
Event interface defining a Processing Instruction.
|
IStandaloneElementTag |
Event interface defining a standalone element tag.
|
ITemplateEnd |
Event interface for events specifying the end of a template processing operation.
|
ITemplateEvent |
Common interface for all template events generated by the parsers (and processed by the
implementations of
ITemplateHandler . |
ITemplateStart |
Event interface for events specifying the start of a template processing operation.
|
IText |
Event interface defining a Text, i.e.
|
IXMLDeclaration |
Event interface defining an XML declaration.
|
Class | Description |
---|---|
AbstractModelVisitor |
Abstract base implementation for the
IModelVisitor interface. |
Enum | Description |
---|---|
AttributeValueQuotes |
Enum class modelling the different types of quotes that can be found surrounding attribute values in tags.
|
Copyright © 2016 The THYMELEAF team. All rights reserved.