CORE - nodes core or contentCONNECTOR - nodes connection typepublic interface INode<CORE,CONNECTOR>
| Modifier and Type | Method and Description |
|---|---|
List<IConnection<CORE,CONNECTOR>> |
getConnections()
return a list of all children
|
CORE |
getCore()
current nodes core or content
|
INode<CORE,CONNECTOR> |
path(String... nodeFilters)
goes through the given path filter
|
Copyright © 2012–2018. All rights reserved.