freemarker.template.utility
Class DOMNodeModel
java.lang.Object
freemarker.template.utility.DOMNodeModel
- All Implemented Interfaces:
- TemplateHashModel, TemplateModel
public class DOMNodeModel
- extends Object
- implements TemplateHashModel
A convenient wrapper class for wrapping a Node in the W3C DOM API.
- Author:
- Jonathan Revusky
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DOMNodeModel
public DOMNodeModel(Node node)
get
public TemplateModel get(String key)
throws TemplateModelException
- Description copied from interface:
TemplateHashModel
- Gets a TemplateModel from the hash.
- Specified by:
get
in interface TemplateHashModel
- 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()
- Specified by:
isEmpty
in interface TemplateHashModel