| Package | Description |
|---|---|
| freemarker.ext.dom |
Exposes DOM XML nodes to templates as easily traversable trees;
see in the Manual.
|
| freemarker.template |
The fundamental, most commonly used API-s of FreeMarker;
start with
Configuration (see also the
Getting Started in the Manual.) |
| Modifier and Type | Class and Description |
|---|---|
class |
NodeModel
A base class for wrapping a single W3C DOM Node as a FreeMarker template model.
|
| Modifier and Type | Method and Description |
|---|---|
TemplateNodeModelEx |
NodeModel.getNextSibling() |
TemplateNodeModelEx |
NodeModel.getPreviousSibling() |
| Modifier and Type | Method and Description |
|---|---|
TemplateNodeModelEx |
TemplateNodeModelEx.getNextSibling() |
TemplateNodeModelEx |
TemplateNodeModelEx.getPreviousSibling() |