public interface ICompositeNode
The interface for nodes that can contain other nodes.
Modifier and Type | Method and Description |
---|---|
<T1 extends Node> |
getChildNodes(Class<T1> typeParameterClass) |
Copyright (c) 2002-2018 Aspose. All Rights Reserved.