ICompositeNode

public interface ICompositeNode

The interface for nodes that can contain other nodes.

Methods

MethodDescription
<T1>getChildNodes(Class<T1> typeParameterClass)

<T1>getChildNodes(Class<T1> typeParameterClass)

public abstract List<T1> <T1>getChildNodes(Class<T1> typeParameterClass)

Parameters:

ParameterTypeDescription
typeParameterClassjava.lang.Class<T1>

Returns: java.util.List<T1>