public class ParentTreeUtil extends Object
| Constructor and Description | 
|---|
ParentTreeUtil()  |  
          
| Modifier and Type | Method and Description | 
|---|---|
List<Tag> |  
           getParentTagTree(Tag tag, List<Tag> tree) 
            
              creates a parentTree of all parent Tag objects of a given Tag 
               |  
          
List<String> |  
           getParentTree(Tag t) 
            
              creates a parentTree of all parents of a given Tag 
               |  
          
Copyright © 1998–2019. All rights reserved.