Package freemarker.template.utility
Class DOMNodeModel
- java.lang.Object
-
- freemarker.template.utility.DOMNodeModel
-
- All Implemented Interfaces:
TemplateHashModel
,TemplateModel
@Deprecated public class DOMNodeModel extends java.lang.Object implements TemplateHashModel
Deprecated.UseNodeModel
insteadA 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 Constructor Description DOMNodeModel(org.w3c.dom.Node node)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description TemplateModel
get(java.lang.String key)
Deprecated.Gets a TemplateModel from the hash.boolean
isEmpty()
Deprecated.
-
-
-
Method Detail
-
get
public TemplateModel get(java.lang.String key) throws TemplateModelException
Deprecated.Description copied from interface:TemplateHashModel
Gets a TemplateModel from the hash.- Specified by:
get
in 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:
isEmpty
in interfaceTemplateHashModel
-
-