public interface ICompositeNode
The interface for nodes that can contain other nodes.
<T1 extends INode>List<T1>
getChildNodes(Class<T1> typeParameterClass)
<T1 extends INode> List<T1> getChildNodes(Class<T1> typeParameterClass)