com.itextpdf.tool.xml.util
Class ParentTreeUtil

java.lang.Object
  extended by 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
ParentTreeUtil()
           
 
Method Summary
 List<String> getParentTree(Tag t)
          creates a parentTree of all parents of a given Tag
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParentTreeUtil

public ParentTreeUtil()
Method Detail

getParentTree

public List<String> getParentTree(Tag t)
creates a parentTree of all parents of a given Tag

Parameters:
t - Tag the tag where you want to know it's parentTree of
Returns:
parentTree a arrayList containing the parents of Tag t


Copyright © 2012. All Rights Reserved.