public class DefaultNElementNavigator extends Object implements net.thevpc.nuts.elem.NElementNavigator
| Constructor and Description |
|---|
DefaultNElementNavigator(net.thevpc.nuts.elem.NElementNavigator parent,
net.thevpc.nuts.elem.NElement element,
net.thevpc.nuts.elem.NElementPath path) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.elem.NElement |
element() |
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.elem.NElementNavigator> |
parent() |
net.thevpc.nuts.elem.NElementPath |
path() |
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.elem.NElementNavigator> |
resolve(net.thevpc.nuts.elem.NElementPath path) |
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.elem.NElementNavigator> |
resolve(net.thevpc.nuts.elem.NElementStep step) |
public DefaultNElementNavigator(net.thevpc.nuts.elem.NElementNavigator parent,
net.thevpc.nuts.elem.NElement element,
net.thevpc.nuts.elem.NElementPath path)
public net.thevpc.nuts.util.NOptional<net.thevpc.nuts.elem.NElementNavigator> parent()
parent in interface net.thevpc.nuts.elem.NElementNavigatorpublic net.thevpc.nuts.elem.NElement element()
element in interface net.thevpc.nuts.elem.NElementNavigatorpublic net.thevpc.nuts.elem.NElementPath path()
path in interface net.thevpc.nuts.elem.NElementNavigatorpublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.elem.NElementNavigator> resolve(net.thevpc.nuts.elem.NElementStep step)
resolve in interface net.thevpc.nuts.elem.NElementNavigatorpublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.elem.NElementNavigator> resolve(net.thevpc.nuts.elem.NElementPath path)
resolve in interface net.thevpc.nuts.elem.NElementNavigatorCopyright © 2026 vpc open source initiative. All rights reserved.