| Modifier and Type | Method and Description |
|---|---|
Set<IProcessor> |
IProcessorDialect.getProcessors(String dialectPrefix) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractProcessor
Base class for all processors (objects implementing the
IProcessor interface). |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ICDATASectionProcessor
Base interface for all processors that execute on CDATA Section events (
ICDATASection). |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCDATASectionProcessor
Basic abstract implementation of
ICDATASectionProcessor. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ICommentProcessor
Base interface for all processors that execute on Comment events (
IComment). |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCommentProcessor
Basic abstract implementation of
ICommentProcessor. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IDocTypeProcessor
Base interface for all processors that execute on DOCTYPE events (
IDocType). |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDocTypeProcessor
Basic abstract implementation of
IDocTypeProcessor. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IElementModelProcessor
Interface to be implemented by all element model processors.
|
interface |
IElementProcessor
Base interface for all processors that execute on elements (tags).
|
interface |
IElementTagProcessor
Interface to be implemented by all element tag processors.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAttributeModelProcessor
Basic abstract implementation of
IElementModelProcessor for processors that match element
events by one of their attributes (and optionally also the element name). |
class |
AbstractAttributeTagProcessor
Basic abstract implementation of
IElementTagProcessor for processors that match element
events by one of their attributes (and optionally also the element name). |
class |
AbstractElementModelProcessor
Basic abstract implementation of
IElementModelProcessor for processors that match element
events by their element name (i.e. |
class |
AbstractElementTagProcessor
Basic abstract implementation of
IElementTagProcessor for processors that match element
events by their element name (i.e. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IProcessingInstructionProcessor
Base interface for all processors that execute on Processing Instruction events (
IProcessingInstruction). |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractProcessingInstructionProcessor
Basic abstract implementation of
IProcessingInstructionProcessor. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ITemplateBoundariesProcessor
Base interface for all processors that execute on template boundaries (i.e.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTemplateBoundariesProcessor
Basic abstract implementation of
ITemplateBoundariesProcessor. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ITextProcessor
Base interface for all processors that execute on Text events (
IText). |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTextProcessor
Basic abstract implementation of
ITextProcessor. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IXMLDeclarationProcessor
Base interface for all processors that execute on XML Declaration events (
IXMLDeclaration). |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractXMLDeclarationProcessor
Basic abstract implementation of
IXMLDeclarationProcessor. |
| Modifier and Type | Method and Description |
|---|---|
static Set<IProcessor> |
StandardDialect.createStandardProcessorsSet(String dialectPrefix)
Create a the set of Standard processors, all of them freshly instanced.
|
Set<IProcessor> |
StandardDialect.getProcessors(String dialectPrefix) |
| Modifier and Type | Field and Description |
|---|---|
static Comparator<IProcessor> |
ProcessorComparators.PROCESSOR_COMPARATOR |
Copyright © 2017 The THYMELEAF team. All rights reserved.