public class NParamOrChildImpl extends Object implements net.thevpc.nuts.elem.NParamOrChild
| Constructor and Description |
|---|
NParamOrChildImpl(net.thevpc.nuts.elem.NElement element,
int index,
boolean param) |
| Modifier and Type | Method and Description |
|---|---|
static NParamOrChildImpl |
child(net.thevpc.nuts.elem.NElement element,
int index) |
net.thevpc.nuts.elem.NElement |
element() |
int |
index() |
boolean |
isChild() |
boolean |
isParam() |
static NParamOrChildImpl |
param(net.thevpc.nuts.elem.NElement element,
int index) |
public NParamOrChildImpl(net.thevpc.nuts.elem.NElement element,
int index,
boolean param)
public static NParamOrChildImpl param(net.thevpc.nuts.elem.NElement element, int index)
public static NParamOrChildImpl child(net.thevpc.nuts.elem.NElement element, int index)
public net.thevpc.nuts.elem.NElement element()
element in interface net.thevpc.nuts.elem.NParamOrChildpublic int index()
index in interface net.thevpc.nuts.elem.NParamOrChildpublic boolean isParam()
isParam in interface net.thevpc.nuts.elem.NParamOrChildpublic boolean isChild()
isChild in interface net.thevpc.nuts.elem.NParamOrChildCopyright © 2026 vpc open source initiative. All rights reserved.