public interface INode
Modifier and Type | Method and Description |
---|---|
void |
addChild(INode node) |
List<INode> |
childNodes() |
INode |
parentNode() |
Copyright © 1998–2019 iText Group NV. All rights reserved.