ICompositeNode
public interface ICompositeNode
The interface for nodes that can contain other nodes.
Methods
Method | Description |
---|---|
<T1>getChildNodes(Class<T1> typeParameterClass) |
<T1>getChildNodes(Class<T1> typeParameterClass)
public abstract List<T1> <T1>getChildNodes(Class<T1> typeParameterClass)
Parameters:
Parameter | Type | Description |
---|---|---|
typeParameterClass | java.lang.Class<T1> |
Returns: java.util.List<T1>