public class JSONNullNode extends JSONNode
TemplateNodeModel
tree), not as normal FTL sequence or FTL hash items.Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_NODE_NAME |
static String |
NODE_TYPE |
NOTHING
Constructor and Description |
---|
JSONNullNode(JSONNode parentNode,
String nodeName) |
Modifier and Type | Method and Description |
---|---|
TemplateSequenceModel |
getChildNodes() |
protected String |
getDefaultNodeName()
Returns the name of the node if it has no explicit name.
|
String |
getNodeType() |
getNodeName, getNodeNamespace, getParentNode, nodeTypeToDefaultNodeName, wrap, wrap
public static final String NODE_TYPE
public static final String DEFAULT_NODE_NAME
public TemplateSequenceModel getChildNodes() throws TemplateModelException
TemplateModelException
public String getNodeType() throws TemplateModelException
TemplateModelException
protected String getDefaultNodeName()
JSONNode
JSONNode.JSONNode(JSONNode, String)
constructor if its second argument is null
.getDefaultNodeName
in class JSONNode
JSONNode.nodeTypeToDefaultNodeName(String)