public interface INode
Modifier and Type | Method and Description |
---|---|
void |
addChild(INode node)
Adds a child node.
|
List<INode> |
childNodes()
Gets the child nodes.
|
INode |
parentNode()
Gets the parent node.
|
Copyright © 1998–2023 iText Group NV. All rights reserved.