TemplateHashModel
, TemplateModel
public class DOMNodeModel extends java.lang.Object implements TemplateHashModel
NOTHING
Constructor | Description |
---|---|
DOMNodeModel(org.w3c.dom.Node node) |
Modifier and Type | Method | Description |
---|---|---|
TemplateModel |
get(java.lang.String key) |
Gets a TemplateModel from the hash.
|
boolean |
isEmpty() |
public TemplateModel get(java.lang.String key) throws TemplateModelException
TemplateHashModel
get
in interface TemplateHashModel
key
- the name by which the TemplateModel
is identified in the template.TemplateModelException
public boolean isEmpty()
isEmpty
in interface TemplateHashModel