Package com.itextpdf.tool.xml.util
Class ParentTreeUtil
- java.lang.Object
-
- com.itextpdf.tool.xml.util.ParentTreeUtil
-
public class ParentTreeUtil extends Object
Util class for everything related to a ParentTree of a Tag- Author:
- Jeroen Nouws
-
-
Constructor Summary
Constructors Constructor Description ParentTreeUtil()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Tag>
getParentTagTree(Tag tag, List<Tag> tree)
creates a parentTree of all parent Tag objects of a given TagList<String>
getParentTree(Tag t)
creates a parentTree of all parents of a given Tag
-