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, wrappublic static final String NODE_TYPE
public static final String DEFAULT_NODE_NAME
public TemplateSequenceModel getChildNodes() throws TemplateModelException
TemplateModelExceptionpublic String getNodeType() throws TemplateModelException
TemplateModelExceptionprotected String getDefaultNodeName()
JSONNodeJSONNode.JSONNode(JSONNode, String) constructor if its second argument is null.getDefaultNodeName in class JSONNodeJSONNode.nodeTypeToDefaultNodeName(String)