Uses of Interface
freemarker.template.TemplateNodeModelEx
-
Packages that use TemplateNodeModelEx 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 withConfiguration(see also the Getting Started in the Manual.) -
-
Uses of TemplateNodeModelEx in freemarker.ext.dom
Classes in freemarker.ext.dom that implement TemplateNodeModelEx Modifier and Type Class Description classNodeModelA base class for wrapping a single W3C DOM Node as a FreeMarker template model.Methods in freemarker.ext.dom that return TemplateNodeModelEx Modifier and Type Method Description TemplateNodeModelExNodeModel. getNextSibling()TemplateNodeModelExNodeModel. getPreviousSibling() -
Uses of TemplateNodeModelEx in freemarker.template
Methods in freemarker.template that return TemplateNodeModelEx Modifier and Type Method Description TemplateNodeModelExTemplateNodeModelEx. getNextSibling()TemplateNodeModelExTemplateNodeModelEx. getPreviousSibling()
-