public interface ICompositeNode
The interface for nodes that can contain other nodes.
<T1 extends Node>List<T1>
getChildNodes(Class<T1> typeParameterClass)
<T1 extends Node> List<T1> getChildNodes(Class<T1> typeParameterClass)
Copyright (c) 2016 Aspose. All Rights Reserved.