Package freemarker.template.utility
Class DOMNodeModel
java.lang.Object
freemarker.template.utility.DOMNodeModel
- All Implemented Interfaces:
TemplateHashModel,TemplateModel
Deprecated.
A convenient wrapper class for wrapping a Node in the W3C DOM API.
-
Field Summary
Fields inherited from interface freemarker.template.TemplateModel
NOTHING -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Gets a TemplateModel from the hash.booleanisEmpty()Deprecated.
-
Constructor Details
-
DOMNodeModel
Deprecated.
-
-
Method Details
-
get
Deprecated.Description copied from interface:TemplateHashModelGets a TemplateModel from the hash.- Specified by:
getin interfaceTemplateHashModel- Parameters:
key- the name by which the TemplateModel is identified in the template.- Returns:
- the TemplateModel referred to by the key, or null if not found.
- Throws:
TemplateModelException
-
isEmpty
public boolean isEmpty()Deprecated.- Specified by:
isEmptyin interfaceTemplateHashModel
-
NodeModelinstead