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