public class XNode extends Object
| Constructor and Description |
|---|
XNode(net.thevpc.nuts.NutsString key,
Object destructedObject,
net.thevpc.nuts.NutsString title,
net.thevpc.nuts.NutsSession session,
net.thevpc.nuts.runtime.core.format.tree.XNodeFormatter format) |
| Modifier and Type | Method and Description |
|---|---|
static XNode |
entryNode(net.thevpc.nuts.NutsString key,
Object destructedObject,
net.thevpc.nuts.NutsSession session,
net.thevpc.nuts.runtime.core.format.tree.XNodeFormatter format) |
List |
getChildren() |
static XNode |
node(Object destructedObject,
net.thevpc.nuts.NutsSession session,
net.thevpc.nuts.runtime.core.format.tree.XNodeFormatter format) |
static XNode |
root(Object destructedObject,
net.thevpc.nuts.NutsString title,
net.thevpc.nuts.NutsSession session,
net.thevpc.nuts.runtime.core.format.tree.XNodeFormatter format) |
net.thevpc.nuts.NutsString |
toNutsString() |
String |
toString() |
public XNode(net.thevpc.nuts.NutsString key,
Object destructedObject,
net.thevpc.nuts.NutsString title,
net.thevpc.nuts.NutsSession session,
net.thevpc.nuts.runtime.core.format.tree.XNodeFormatter format)
public static XNode root(Object destructedObject, net.thevpc.nuts.NutsString title, net.thevpc.nuts.NutsSession session, net.thevpc.nuts.runtime.core.format.tree.XNodeFormatter format)
public static XNode node(Object destructedObject, net.thevpc.nuts.NutsSession session, net.thevpc.nuts.runtime.core.format.tree.XNodeFormatter format)
public static XNode entryNode(net.thevpc.nuts.NutsString key, Object destructedObject, net.thevpc.nuts.NutsSession session, net.thevpc.nuts.runtime.core.format.tree.XNodeFormatter format)
public net.thevpc.nuts.NutsString toNutsString()
public List getChildren()
Copyright © 2021 vpc open source initiative. All rights reserved.